1

I already have code for a ftp server. I am following this code. Now my requirement is to create a ftps server. But my problem is I dont know anything about it. I googled for it. But did not find any useful help. Any suggestion or book name will be greatly appreciated.

Thanks

Barun
  • 1,885
  • 3
  • 27
  • 47

1 Answers1

1

The wikipedia page on FTPS is useful as an overview. I believe there are a few commercial libraries available for implementing an FTP/SSL server in C#, although I'm not familiar with them. Examples:

I don't know of any open-source alternatives. You might try looking at open-source implementations in other languages. Examples:

kaliatech
  • 17,579
  • 5
  • 72
  • 84