new FTP client is a cocoa front end GUI for a UNIX CLI!!!

RBrowser is a GUI front end for commandline ftp, ssh, sftp, scp and rexec. The freeware version is a front end for ftp only.

My favourite feature of RBrowser is how you can double click on a remote file to open it in a local editor. Then when you save it it's automatically detected, and the updated copy is sent back to the remote computer in the background.
 
Oh, sorry, just read your reference - that was the thread where you bitched about every suggestion that anyone made. Right, I guess RBrowser doesn't meet your exacting standards...

Oh, and FYI (from the original thread), the way to download somefile.txt to ~/Desktop in CLI ftp is:

lcd ~/Desktop
get somefile.txt
 
Back
Top