1

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.

Caveatrob
  • 12,667
  • 32
  • 107
  • 187

6 Answers6

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
  • 1
    From 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

http://www.serv-u.com/

Is good. They support both ftp/ssl and Sftp.

Aheho
  • 12,622
  • 13
  • 54
  • 83
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
0

CrossFTP Server, free and provides FTP/TLS support as a secure FTP server.

Gatorhall
  • 411
  • 4
  • 7