How to ftp files securely?

  • Thread starter Thread starter John Dalberg
  • Start date Start date
J

John Dalberg

With ftp, username and password are transmitted in clear text. I would like
to send files using ftp programmatically in a secure way. What's the best
way to do this?
 
Some options:

1. VPN
2. FTP over SSL
3. HTTPS (webdav)
4. Sneakernet

You may want to check out http://www.indyproject.org/KB/ for a free
implementation of SSL and a lot of other Internet protocols that can be used
from .Net.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top