Encrypted FTP?

  • Thread starter Thread starter Anon
  • Start date Start date
A

Anon

I developed a small app that downloads the same file everyday on demand,
from the same location on a FTP server. The servers host recently sent out a
notice about a change in the way the admin thier FTP server. They now
require secure FTP connection and transfers. How can I fin info on encrypted
FTP Code?

TIA

Luis
 
I'm not trying to secure the FTP server, i wanted to make sure my app will
still be able to download from a secure ftp server :)
I will look at these!

Thanks !

Luis
 
Hi Anon:

Yes, that wasn't what I was intending to imply at all.
Regular FTP isn't going to work directly with no other code so it's a lot
easier to buy one of these tools. There's a certificate_receieved event for
instance, that you'd have to handle on your own.

Correctly securing a FTP connection is a bit more complex than the standard
networking stuff, that's ll I meant to imple

Cheers,

Bill

www.devbuzz.com
www.knowdotnet.com
 
Back
Top