how to add ssl support in a vb.net ftp server.

  • Thread starter Thread starter Dikang Gu
  • Start date Start date
D

Dikang Gu

hello everyone,

i write a ftp server using vb.net 2005. and now i want to make the
ftp server support secure connection, like ssl. how can i achieve
this?

thanks.
Dikang
 
kimiraikkonen said:
I think you need to use paid 3rd party components that supports SSL on
FTP connections like:

Or he can use the SSLStream class and fit that into his existing
framework (that's what I did from the other direction, don't see why it
shouldn't work from the server side).

There's a time to buy and there's a time to create.
 
Back
Top