开发者

Creating a custom FTP Server in .NET?

Suppose I want to create a "custom" FTP server, that is:

  • It will look like a standard FTP server to the outside world
  • It will actually serve data from either in-memory streams of data (dynamically generated by code) or from network streams, instead of 开发者_JAVA技巧from the actual file system

Is there an existing FTP server implementation that I can extend using .NET to accomplish the above goals? (I looked at this question and these IIS extensibility points but did not find anything useful for my scenario, except for this sample which is really close to what I want, but it looks like the project isn't being maintained and the licensing is unclear).


Yes, there are existing C# FTP server implementations you can use.

Visit http://codeplex.com and search for 'ftp' (or better, 'ftp server') :)

Most are clients, but there are some (minimal) FTP/TFTP server projects there as well. YMMV.

Happy coding.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜