Secure Ftp

  • Thread starter Thread starter n_nali
  • Start date Start date
N

n_nali

How do I setup a secure ftp using IIS 6.0? Is there a way
I can use ssl over ftp, my goal is to setup a secure ftp
server for our clients so they can upload data using sftp
connections?

Thank you.
 
Unless the poster has MS ISA server, not sure those articles will do the
trick.

See here:

http://securityadmin.info/faq.asp#ftpencryption

There are a number of solutions for doing encrypted file transfers, but just
about all of them require all clients to receive and use new third party
software to connect to the server. The one solution that might not require
all clients to use new software might be WebDAV over HTTPS
http://www.WebDAV.org/projects
 
Back
Top