Connection problem

Hi,

Can you post the full log? Which version of SmartFTP do you use?

Maybe it's due to too many connections. To create a FTP connection, a program need to create a "socket". Some programs don't reuse this socket and create a new one for each transfer. If the old sockets are not properly release they can still alive for a few seconds/minutes (depending on a timeout). Then, after many transfers, the system can have no more sockets available... But it can be something else... :-D

If you transfer using the global queue, be sure to check the checkbox "Reuse existing connection" in "Tools">"Settings">"Queue". If you don't use the global queue, consider using it.

Do you have also the same problem with other servers? while you download?

Olivier