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

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
 
K

kimiraikkonen

J

J.B. Moreno

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.
 

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

Similar Threads


Top