Can someone recommend a secure FTP implementation that works well on Windows Server 2000? I'm uploading files into virtual directories and web applications under IIS and the existing provider, obviously, isn't secure or encrypted.
Asked
Active
Viewed 3,331 times
6 Answers
2
Did you try filezilla server? http://filezilla-project.org/
It supports FTP over SSL/TLS
Check out - http://wiki.filezilla-project.org/FileZilla_FTP_Server

akhilah
- 46
- 2
-
1From that very page: Support for SFTP (SSH File Transfer Protocol) is not implemented in Filezilla Server. – aaandre Jan 19 '13 at 01:55
0
Try CompleteFTP. It's a fast, compact, easy to install Windows server that supports SFTP and FTPS.
And you don't need to purchase the most expensive edition to get SFTP support - for $199 you get FTP, FTPS and SFTP.

Bruce Blackshaw
- 986
- 1
- 7
- 10
0
This solution cost money; nonetheless, we've recommended it to some clients before as it's pretty simple to setup. http://www.serv-u.com/

Mike Jr
- 175
- 2
- 7
0
Free SSHD works well. It supports remote console as well as file transfer, plus secure port forwarding.

Tim Howland
- 7,919
- 4
- 28
- 46