基本信息
源码名称:C#Socket编程定时批量上传文件示例
源码大小:0.06M
文件格式:.rar
开发语言:C#
更新时间:2023-11-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C#写的Client/Server控制台程序,可定时批量上传JPEG文件到服务器程序,内含源码,VS2008及以上可直接打开,包含文件UTF-8格式读取(避免乱码),Soceck监听与通信等内容。

.
├── C#定时批量上传文件示例
│   ├── Client
│   │   ├── Client
│   │   │   ├── Client.cs
│   │   │   ├── Client.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Client.exe
│   │   │   │       ├── Client.pdb
│   │   │   │       ├── Client.vshost.exe
│   │   │   │       ├── Client.vshost.exe.manifest
│   │   │   │       ├── Host.txt
│   │   │   │       ├── MonitorDirectoryList.txt
│   │   │   │       └── T1
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── Client.csproj.FileListAbsolute.txt
│   │   │           ├── Client.exe
│   │   │           ├── Client.pdb
│   │   │           ├── Refactor
│   │   │           └── TempPE
│   │   ├── Client.sln
│   │   └── Client.suo
│   ├── Server
│   │   ├── Server
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Server.cs
│   │   │   ├── Server.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── Server.exe
│   │   │   │       ├── Server.pdb
│   │   │   │       ├── Server.vshost.exe
│   │   │   │       ├── Server.vshost.exe.manifest
│   │   │   │       ├── T2
│   │   │   │       └── directory.txt
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── Refactor
│   │   │           ├── Server.csproj.FileListAbsolute.txt
│   │   │           ├── Server.exe
│   │   │           ├── Server.pdb
│   │   │           └── TempPE
│   │   ├── Server.sln
│   │   └── Server.suo
│   └── 说明.txt
└── 好例子网_C#Socket编程定时批量上传文件示例.rar

21 directories, 31 files