jtsoft
Sorry for my spelling. I speak Spanish.
I need to reuse the connection that I'm using for navigation.
When I'm navigating an FTP site, I can't start the Transfer Queue. I think it is because the server I'm trying to download from doesn't allow more than one connection at a time, so the Transfer Queue can't use any more threads for itself. That is because the server allows only one connection per IP. I've heard that some FTP clients have an option to reuse the thread which is being used for seeing files and folders.
Other problem is that servers allow too few connections, so sometimes there are so much people trying to connect to that server and when you are able to connect -after a long time trying and trying- you must not disconnect the thread if you want to keep at least a connection to the server again. If you disconnect, that connection may be occupied by other user and the server may get busy.
Some people (like me) need to grab one thread and need not to drop it until we don't want anything more to do with it (until the end), and this new SmartFTP seems a bit confusing in that matter.
Bye! I hope you could understand!
I need to reuse the connection that I'm using for navigation.
When I'm navigating an FTP site, I can't start the Transfer Queue. I think it is because the server I'm trying to download from doesn't allow more than one connection at a time, so the Transfer Queue can't use any more threads for itself. That is because the server allows only one connection per IP. I've heard that some FTP clients have an option to reuse the thread which is being used for seeing files and folders.
Other problem is that servers allow too few connections, so sometimes there are so much people trying to connect to that server and when you are able to connect -after a long time trying and trying- you must not disconnect the thread if you want to keep at least a connection to the server again. If you disconnect, that connection may be occupied by other user and the server may get busy.
Some people (like me) need to grab one thread and need not to drop it until we don't want anything more to do with it (until the end), and this new SmartFTP seems a bit confusing in that matter.
Bye! I hope you could understand!