FTP Server written in C#(用 C# 编写的 FTP 服务器)
问题描述
我今天偶然发现了这个网站
I stumbled accross this site today
http://blogs.msdn.com/joelpob/存档/2004/02/16/74433.aspx
这是一个 C# 命令行 FTP 服务器,不幸的是下载指向旧的 gotdotnet 站点,该站点现已关闭..
which is a C# command line FTP server, unfortunately the download points to the old gotdotnet site which is now closed ..
有人知道我在哪里可以找到它,或者其他用 C# 编写的 FTP 服务器实现吗?
Does anybody know where I could find it, or another FTP Server implementation written in C# ?
谢谢
推荐答案
你可以试试这个:http://www.codeguru.com/csharp/csharp/cs_network/sockets/article.php/c7409
或
http://www.c-sharpcorner.com/UploadFile/psingh/FTPServerinCSharp11162005015958AM/FTPServerinCSharp.aspx
这篇关于用 C# 编写的 FTP 服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:用 C# 编写的 FTP 服务器


- C# 中多线程网络服务器的模式 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01