ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

FTP Client that can process multiple threads in background

(1/2) > >>

icekin:
I am currently using Total Commander for my FTP Client. Its best feature is that I can send any File transfer operation to the background and then go onto to do another one. I prefer this way to using queues, which almost all FTP clients already support.

If I wish to perform multiple file transfer operations in most FTP clients (e.g. FileZilla), I need to open a new window and connect to the server for each one. I would like an FTP client that can perform Total Commander's send to background feature without opening a new window each time.

My current solution has been to use Total Commander for the file transfers and then do more advanced file operations using a terminal connection via putty.

housetier:
What's lacking from the ftp utility in TC?

icekin:
How do I create a new directory on the remote server? I currently have to create a directory on my local disk, then copy it over. I would also like to be able to copy files and folders from one folder on the server to another.

Also, are any of the FTP clients able to zip and unzip archives through the graphical interface? Currently, I have to use the $tar -zvf command through terminal. I also find that several operations like deleting an entire directory are much faster through command line.

For e.g. rm -r <directory_name> takes about 5 seconds to delete a huge directory

On a FTP client, deleting a directory takes a few minutes at least. Any reason why?

f0dder:
On a FTP client, deleting a directory takes a few minutes at least. Any reason why?
-icekin (February 02, 2008, 07:49 AM)
--- End quote ---
Because the FTP client has to recurse into every folder, delete all files, etc. Every action requires sending the textual command to the ftp server, waiting for response, etc.

Doing "rm -fr" on a terminal, all the actions happen locally on the server.

icekin:
After a discussion on the DC IRC channel, I was pointed to <a href="http://www.ftpvoyager.com">FTP Voyager</a>. Its made by Rhinosoft, the same guys who make <a href="http://www.serv-u.com">Serv-U FTP Server</a>. Its an excellent FTP client and able to process multiple threads in the background, much like I wanted. However, as f0dder explained, typing commands directly over the terminal is much faster, so in the end I think I will stick with my current solution of TC and putty.

And FTP Voyager costs too much for just an FTP client.

Navigation

[0] Message Index

[#] Next page

Go to full version