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 服务器
基础教程推荐
- 更新 Visual Studio 中的 DataSet 结构以匹配新的 SQL 数据库结构 2022-01-01
- C# 9 新特性——record的相关总结 2023-04-03
- 重新排序 WPF TabControl 中的选项卡 2022-01-01
- 在 VB6 或经典 ASP 中使用 .NET 2022-01-01
- 从 C# 控制相机设备 2022-01-01
- 如果条件可以为空 2022-01-01
- 获取C#保存对话框的文件路径 2022-01-01
- Mono https webrequest 失败并显示“身份验证或解密失败" 2022-01-01
- 将数据集转换为列表 2022-01-01
- SonarQube C# 分析失败“不是指针的有效行偏移" 2022-01-01
