嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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