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 服务器
基础教程推荐
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- WPF 模态进度窗口 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
