Forum Moderators: phranque
I replace leech with FileZilla but also use WinSCP too.
[sourceforge.net...]
But for OS X I settled on Captain FTP which is whiz bang and made in Germany so their is hope yet for random German error messages if you miss them.
[captainftp.xdsnet.de...]
Muskie
Anymore, though, I don't use FTP other than for anonymous download-only stuff. It's been years since I've had a host that didn't accept scp (Secure CoPy, part of the SSH protocol) or sftp (a newer SSH feature that acts more like ftp than like rcp). If you are using ftp, anyone with access to any broadcast zone your packets travel through can "snif" your traffic and trivially determine your username and password. SSH doesn't make it completely impossible (MITM attacks), but it makes it much harder.
<ponders>I wonder if gFTP supports sftp yet, and if not whether it would be easy enough to add that I could do it myself. </ponders>