Forgot your password?

typodupeerror
Linux Software

FTP Client Recommendations? 17

Posted by Cliff
from the picking-the-right-tool-for-the-job dept.
Doug Moreen asks: " I'm a Linux user who is trying to stop using Windows forever. The sole reason I'm using Windows is for the ftp program I'm using, GoZilla, which is really useful for downloading new distributions. What I'm looking for is a Linux ftp program that does the following; download resume, search for other-faster download sites with less latency, and auto-reconnect if disconnected. The reason I need this is due to the crummy phone lines where I live. Yeah I know about the newer broadband methods ISPs are now offering, however, most of these services are either are flaky, or not available in my area. I do have a dedicated phone line that I don't mind being connected to the Internet. I also don't mind having the download taking a couple of days. So guys, what should I use? What is the URL for this program? Help me to kill windows forever!"
This discussion has been archived. No new comments can be posted.

FTP Client Recommendations?

Comments Filter:
  • I tried gFTP for awhile. It's pretty neat, but a little annoying. It tries to connect to an FTP server multiple times so you can download many things at the same time. I couldn't find out any way to disable this, and my friend got annoyed when I was all three users out of a total of three allowed (not to mention sucking up all his bandwith). So I switched to ncftp, which is pretty good since it can do batch downloads as well as delayed downloads (you can set the time and date for something to download). I tried doing this type of delayed download by downloading a directory, but it didn't seem to work. Maybe I just used the wrong syntax.
  • There are two that I know of that try to emulate those features of their Windows counterpart:

    Getleft [neosoft.com] - Three guesses as to what software their modeling after :)

    DPS-FTP [pobox.com] - DPS-FTP is an FTP client whose interface is loosely based on that of Bulletproof FTP. It has a transfer queue which allows multiple files from multiple directories on multiple sites to be uploaded and downloaded, in any order, and can automatically resume partially transferred files, among other features.
  • Have you considered giving Wine [winehq.com] a shot? When I started forgetting some of the passwords I had stored inside CuteFTP I was able to run it under Linux, while sniffing my outgoing connection and determine what they were. You might want to at least *try* it under Wine, it may work well enough so that you can keep your GoZilla!

    PS: The Wine site has a database for tested applications, but GoZilla wasn't listed, so I can't tell you what to expect.

  • You really should try Igloo FTP [littleigloo.org]. I was in the same situation like you, came from Windows and wanted to get independent. The Igloo FTP client was one of my steps towards freedom.

    (Nowadays i do no longer use it, I mostly just use the integrated KDE browser).

  • I'm having the same problems. The only thing keeping me back from running Linux 24/7 is a good resuming ftp client and Blizzard's Diablo.

    Anyway, I was attempting to upgrade my distro (RH5.2) and was looking for a gtk+ upgrade. I noticed gFTP [seul.org] on the gtk [gtk.org] site at the time. I suppose it's kinda like BulletProof FTP [bpftp.com] (which I use in Windows), but I don't know. I couldn't compile it because my libraries are so dated.

    Hope it helps to break your bad habit.



    -----
  • by beppu (32422)
    If you like ncftp, you might want to give lftp a look. It has a lot of the same capabilites ncftp has, but it a bit more lightweight. It's coded w/ the intent of making the user experience as responsive as possible. That means it aggressively caches directory listings (so you can ls all day w/ impunity). Stuff like that....
  • by rips (34200)
    wget is a gpl'ed program thats extremely stable and reliable. Its able to download websites and ftp sites, using proxies if necessary as well as resume file transfers, download directories and even follow links from websites across hosts.

    While it won't look for the fastest host from multiple connections and its commandline based, I've found it to be faster at downloading from some sites that drop the occasional packet as you can set the transfer timeout to low values which will rekickstart the transfer again before you get the boot. (I usually use a timeout of 30 seconds)
  • There is an option in gFTP to do one transfer at a time only...
    You can set it however you want.
  • I agree, wget is a great program, and it has /tons/ of options, and supports resuming. Its also nice because I can put it in a cron job. Go here [freshmeat.net]
  • from Freshmeat.net:

    Downloader for X is a tool for downloading files from the Internet via both HTTP and FTP with a powerful but userfriendly interface. It supports reconnecting and resuming on connection timeouts, has a download queue for multiple files, support for simultaneous downloads, and many other features for powerful downloading

    I've used it and I like it. It's a lot like GetRight and Gozilla. link [krasu.ru].
  • IglooFTP is a pretty snazzy program which does queue transfers resumes etc. gftp is pretty cool as well and is GNU I believe. lftp is good, apparently does background transfers, but is a console-based program. Check http://www.freshmeat.net [freshmeat.net] for the above programs.
  • ncftp is sweet. I like the fact that it doesn't have a GUI. It has nice features like tab completion, resume downloads, background jobs, small memory footprint, comes with most installs of Unix, can be used over telnet, ... One downfall is the interface is a little confusing but after a couple of minutes it was breeze to use.
  • Anyone tried WGET from the RedHat distribution ? try : wget -o -c where URL is like ftp:://servername/path/filename. Once downloading has started ( if you used the same filename as on the remote site ) , resume ( when WGET doesn't do this ) with wget -c after cd-ing to the dir where you were downloading to. Works like a charm, you even get progress indicators and don't need X !! Swoopy, the Netherlands

Banectomy, n.: The removal of bruises on a banana. -- Rich Hall, "Sniglets"

Working...