文件名称:FTPUploader
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 15kb
- 下载次数:
- 0次
- 提 供 者:
- Arnald******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Using FTP to upload files in C# is a very simple and universal way to upload files from a webserver. Most servers today, free and paid for, have support for FTP uploading. All one needs is a username and password and the operation becomes quite simple.
Luckily the .Net fr a mework comes with built-in C# FTP upload support, which means no need for external libraries. Note that there are many free FTP dlls to use in C#. Some of them use more complex methods to connect to the server, but many also use this same simple structure.
The way in which the program will be structured, it will be relatively simple to expand its functionality.
Luckily the .Net fr a mework comes with built-in C# FTP upload support, which means no need for external libraries. Note that there are many free FTP dlls to use in C#. Some of them use more complex methods to connect to the server, but many also use this same simple structure.
The way in which the program will be structured, it will be relatively simple to expand its functionality.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FTPUploader
...........\Form1.cs
...........\Form1.Designer.cs
...........\Form1.resx
...........\FTPUploader.csproj
...........\FTPUploader.exe
...........\Program.cs
...........\Properties
...........\..........\AssemblyInfo.cs
...........\..........\Resources.Designer.cs
...........\..........\Resources.resx
...........\..........\Settings.Designer.cs
...........\..........\Settings.settings
...........\Form1.cs
...........\Form1.Designer.cs
...........\Form1.resx
...........\FTPUploader.csproj
...........\FTPUploader.exe
...........\Program.cs
...........\Properties
...........\..........\AssemblyInfo.cs
...........\..........\Resources.Designer.cs
...........\..........\Resources.resx
...........\..........\Settings.Designer.cs
...........\..........\Settings.settings