Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

macmesser

macrumors 6502a
Original poster
Aug 13, 2012
921
198
Long Island, NY USA
I've been using Interarchy 10 ftp client for a while for maintaining a small business site and like it a lot. It's got a good feature set and is a venerable Mac app which is Applescript-able and fairly intuitive. Any program has occasional problems, such as I am now encountering. The usual advice I've gotten from support in the case of FTP clients is try another client. I thought it might be useful to get some community recommendations for best FTP software, with mention of compelling feature/s and how used. Any suggestions appreciated.
 
I'm actually partial to Fetch (currently running version 5.7.5). It's an old standard on the Mac but it's still great. Single-pane interface, so drag and drop stuff to/from it as if it was a standard folder window.
 
Lots to choose. I happen to use Filezilla. It is not as pretty as some other FTP clients but
works very well. Also they do constant work on it and fairly regular updates. Again, its
at this point a matter of taste as many better clients have pretty much the same features.
 
Another vote for Fetch from me. Been using for years. I love its UI simplicity and robust, reliable transfers.
 
Filezilla. Free and gets regular upgrades. Lots of good features and very customization friendly.

I also like FileZilla. Getting regular updates is CRITICAL for my web use as there are too many "evils" out there and the FTP server sites keep updating, or at least they should. I also like the fact that the UI and functionality are a very good match between Mac and Win, as I use both regularily.
 
I just use "ftp" from the terminal window. It's already included with every Mac. I'm to lazy to go and get anything else. Actually it is about the most powerful and fastest ftp client out there. Very mature, the app was first released in 1983 and I've been using it for about 30 years.
 
I just use "ftp" from the terminal window. It's already included with every Mac. I'm to lazy to go and get anything else. Actually it is about the most powerful and fastest ftp client out there. Very mature, the app was first released in 1983 and I've been using it for about 30 years.

That's a good point. If you want to upload/download from an AppleScript then you don't need a scriptable app. You can do it all using "do shell script" and curl/ftp. For example:

Code:
set theFileListing to do shell script "curl ftp://ftp.funet.fi/pub/"

Of course, if you need a GUI to do things manually then there are some good suggestions above, although I'd also add a vote for CyberDuck.
 
I also like FileZilla. Getting regular updates is CRITICAL for my web use as there are too many "evils" out there and the FTP server sites keep updating, or at least they should. I also like the fact that the UI and functionality are a very good match between Mac and Win, as I use both regularily.

Cyberduck is another
 
I just use "ftp" from the terminal window. It's already included with every Mac. I'm to lazy to go and get anything else. Actually it is about the most powerful and fastest ftp client out there. Very mature, the app was first released in 1983 and I've been using it for about 30 years.

I imagine it is mature and pretty bullet proof. Will have to give it a try when I'm conversant with the command line. Must be somewhat tricky to set up something like a folder mirror, at least for a newb.
 
That's a good point. If you want to upload/download from an AppleScript then you don't need a scriptable app. You can do it all using "do shell script" and curl/ftp. For example:

Code:
set theFileListing to do shell script "curl ftp://ftp.funet.fi/pub/"

Of course, if you need a GUI to do things manually then there are some good suggestions above, although I'd also add a vote for CyberDuck.

Not a unix guy, sadly. Perhaps ftp should be where I start learning, but I don't have time just now.
 
+1 for Transmit, dont know if its still being developed last update was 30 sep 2014

I've tried it but, as with the others I've looked at besides Interarchy, I didn't get familiar enough with it to really judge. It did seem pretty fast. Active development and support are important.
 
I'm actually partial to Fetch (currently running version 5.7.5). It's an old standard on the Mac but it's still great. Single-pane interface, so drag and drop stuff to/from it as if it was a standard folder window.

I used to use it way back. It was what an old ISP gave me and as I recall was simple to use.
 
Fetch and Transmit both. Each interface is different, and I find one or the other easier to use for different things. Also, ftp in a Terminal window, mostly for troubleshooting, scripted transfers, or setting up a new install (ftp home directory and other config files from main computer to new computer quickly, to get the profile going).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.