In order to have encrypted passwords on local machine, I'm hesitating between Ipswitch WS FTP Pro and Wise FTP by Acebit. Wich one would you recommand ?
feedback
|
migrated from stackoverflow.com Jun 15 '10 at 21:01
This question came from our site for professional and enthusiast programmers.
|
It includes support for SFTP (SSH File Transfer Protocol) anc SCP (Secure Copy) protocols. And... it's free/open source too so it's still actively developed and won't cost you anything. Note: I can't believe people still use WS_FTP... Out of all the FTP clients I have used over the years that was the first and my least favorite. Update: I read this and realized I made a typo. SFTP isn't (Secure FTP) it's (SSH File Transfer Protocol). If you read the article, it gives a detailed breakdown of the comparison between FTPS and SFTP. | |||||
feedback
|
|
My experiences with Filezilla have always been good. Plus its open source! | |||
|
feedback
|
|
I haven't used either software but based on info I found with Google I would go with WS_FTP Pro. Cnet Editors rate WS_FTP higher, Wise FTP doesn't have a Editor Rating, and according to Wikipedia WS_FTP Pro supports 2 gig file transfers while Wise FTP is undeclared. As for the password thing I don't think either of them is secure if the password is stored on the machine. http://download.cnet.com/WS-FTP-Professional/3000-2160_4-10003215.html http://download.cnet.com/WISE-FTP/3000-2160_4-10181046.html?tag=mncol http://en.wikipedia.org/wiki/Comparison_of_FTP_client_software | ||||
|
feedback
|
|
If you are worried about password security: Don't use FTP (without securing it) WinSCP is a good client that support multiple alternative protocols. It supports sFTP (SSH FTP) and SCP (Secure CoPy). If you really have to stick to FTP use FTPS (FTP over SSL) and don't store your passwords at all. | |||
|
feedback
|