基本信息
源码名称:WPF版的FTP上传工具
源码大小:0.06M
文件格式:.zip
开发语言:C#
更新时间:2023-01-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍

WPF版的FTP上传工具

最近楼主在改版的项目里有使用到FTP上传文件,所以看到之前的项目里FTP上传的功能,然后抽个时间学习一番,做着做着就作出了这个工具了(虽然有些验证的功能没加上),但是基本的上传功能还是很好用的,上传速度也可以

.
├── FTPUpload-master
│   ├── FTPUpload.sln
│   ├── HuaYun.FTP
│   │   ├── Common
│   │   │   ├── FTPHelper.cs
│   │   │   └── FileTransfer.cs
│   │   ├── Entity
│   │   │   ├── FTPItem.cs
│   │   │   └── FTPRunState.cs
│   │   ├── FTPClient.Execute.cs
│   │   ├── FTPClient.cs
│   │   ├── HuaYun.FTP.csproj
│   │   └── Properties
│   │       └── AssemblyInfo.cs
│   └── HuaYun.FTPUpload
│       ├── App.xaml
│       ├── App.xaml.cs
│       ├── Common
│       │   └── INIOperationClass.cs
│       ├── Controls
│       │   ├── UCFileItem.xaml
│       │   └── UCFileItem.xaml.cs
│       ├── HuaYun.FTPUpload.csproj
│       ├── Images
│       │   ├── delete.png
│       │   └── noimage.png
│       ├── MainWindow.xaml
│       ├── MainWindow.xaml.cs
│       └── Properties
│           ├── AssemblyInfo.cs
│           ├── Resources.Designer.cs
│           ├── Resources.resx
│           ├── Settings.Designer.cs
│           └── Settings.settings
└── WPF版的FTP上传工具_FTPUpload-master.zip

10 directories, 25 files