What FTP program are you gay webmasters using?

I really hope by FTP you mean SFTP. FTP sends everything including your passwords and the files you're transferring in plaintext. So, any coffee shop snooper could compromise both your login/password and the data that you're transferring. Not wise.

I generally don't use a client for SFTP but when I do, I use Transmit. If I need to transfer something I typically use scp from the terminal. I deploy my apps using Capistrano which pulls them from a git repo.
 


Dunno why this thread got bumped but if you're using Filezilla and KeePass, then create an entry in KeePass for your site's FTP and then put this where the URL goes in that entry...

cmd://"C:\Program Files (x86)\FileZilla FTP Client\filezilla.exe" ftp://{USERNAME}:{PASSWORD}@{TITLE}

Then click the link you've created in KeePass and Filezilla will launch, go to the respective site's FTP, and it will never store a thing. Works like a charm.