基本信息
源码名称:FTP服务器 计算机网络课程设计 c#
源码大小:0.32M
文件格式:.zip
开发语言:C#
更新时间:2023-12-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
FTP服务器 计算机网络课程设计 c#
FTP服务器端 计算机网络课程设计 c#版 cau的 带报告 一、 软件功能 2 二、 开发平台/开发工具 2 三、 软件总体结构 2 四、 关键模块、函数的描述 3 1. 关键函数 3 2. FTP工作模块 4 3. FTP 处理客户端请求模块 5 ...

.
├── FTPServer
│   ├── Backup
│   │   ├── FTPServer
│   │   │   ├── Client.cs
│   │   │   ├── FTPServer.csproj
│   │   │   ├── FtpServerForm.Designer.cs
│   │   │   ├── FtpServerForm.cs
│   │   │   ├── FtpServerForm.resx
│   │   │   └── Request.cs
│   │   ├── FTPServer.sln
│   │   └── FTPServer.suo
│   ├── FTPServer
│   │   ├── Client.cs
│   │   ├── FTPServer.csproj
│   │   ├── FtpServerForm.Designer.cs
│   │   ├── FtpServerForm.cs
│   │   ├── FtpServerForm.resx
│   │   ├── Properties
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   ├── Request.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   └── Release
│   │   │       ├── FTPServer.exe
│   │   │       ├── FTPServer.pdb
│   │   │       ├── FTPServer.vshost.exe
│   │   │       └── FTPServer.vshost.exe.manifest
│   │   ├── myMain.cs
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── FTPServer.FtpServerForm.resources
│   │       │   ├── FTPServer.csproj.GenerateResource.Cache
│   │       │   ├── FTPServer.exe
│   │       │   ├── FTPServer.pdb
│   │       │   ├── Refactor
│   │       │   └── TempPE
│   │       ├── FTPServer.csproj.FileList.txt
│   │       └── Release
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── FTPServer.FtpServerForm.resources
│   │           ├── FTPServer.Properties.Resources.resources
│   │           ├── FTPServer.csproj.FileListAbsolute.txt
│   │           ├── FTPServer.csproj.GenerateResource.Cache
│   │           ├── FTPServer.exe
│   │           ├── FTPServer.pdb
│   │           ├── GenerateResource-ResGen.read.1.tlog
│   │           ├── GenerateResource-ResGen.write.1.tlog
│   │           └── TempPE
│   │               └── Properties.Resources.Designer.cs.dll
│   ├── FTPServer.sln
│   ├── FTPServer.suo
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport.xslt
│   │   ├── UpgradeReport_Minus.gif
│   │   └── UpgradeReport_Plus.gif
│   └── 报告.docx
└── FTP服务器 计算机网络课程设计 c#_FTPServer.zip

15 directories, 45 files