文件名称:FTPUploader
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:15.41kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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 Framework 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 Framework 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.
相关搜索: free ftp
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FTPUploader/Form1.cs
FTPUploader/Form1.Designer.cs
FTPUploader/Form1.resx
FTPUploader/FTPUploader.csproj
FTPUploader/FTPUploader.exe
FTPUploader/Program.cs
FTPUploader/Properties/
FTPUploader/Properties/AssemblyInfo.cs
FTPUploader/Properties/Resources.Designer.cs
FTPUploader/Properties/Resources.resx
FTPUploader/Properties/Settings.Designer.cs
FTPUploader/Properties/Settings.settings
FTPUploader/
FTPUploader/Form1.Designer.cs
FTPUploader/Form1.resx
FTPUploader/FTPUploader.csproj
FTPUploader/FTPUploader.exe
FTPUploader/Program.cs
FTPUploader/Properties/
FTPUploader/Properties/AssemblyInfo.cs
FTPUploader/Properties/Resources.Designer.cs
FTPUploader/Properties/Resources.resx
FTPUploader/Properties/Settings.Designer.cs
FTPUploader/Properties/Settings.settings
FTPUploader/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.