net下FTP的幾篇文章 downmoon蒐集
分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow
也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!
因為專案中用到,邀月稍微找了一下。
1、Application for uploading modified Files to a FTP Server
http://www.codeproject.com/KB/IP/net_ftp_upload.aspx
2、FTP client library for C#
http://www.codeproject.com/KB/IP/ftplibrary.aspx
3、An FTP client library for .NET 2.0
http://www.codeproject.com/KB/IP/FtpClient.aspx
4、Simple FTP demo application using C#.Net 2.0
http://www.codeproject.com/KB/IP/SimpleFTPDemo.aspx
5、FTP component written with fully managed code
http://www.codeproject.com/KB/applications/ASPNetFileManagement.aspx
6、EasyFtp 1.3.2 (for Applications)
http://www.codeproject.com/KB/applications/EasyZip.aspx
7、FtpPublisher, An FTP File Synchronization Tool
http://www.codeproject.com/KB/cs/FtpPublisher.aspx
8、Net FTP Client,
This is a pure .Net implementation of the FTP client protocol. It aims to run both in Microsoft's .Net CLR and the Mono CLR.
https://sourceforge.net/projects/ftpdotnet/
9、File Syncer
File syncer between folders and ftp servers.
https://sourceforge.net/projects/syncer/
10、AutonomaFTP
AutonomaFTPis a handy tool for website developers: it monitors a local directoryand, each time a new file is created, it automatically sends it to theserver through FTP. Requires .NET Framework 2.0 or higher.
https://sourceforge.net/projects/autonomaftp/
11、Ftp4net
Ftp4netis a C# class for communication with FTP Server, which conforms to theRFC 959 (FTP). It/'s an API that handles all FTP protocol commands.This class is designed for creating FTP Client software with .NET
https://sourceforge.net/projects/ftp4net/files/
12、#Ftp#
#Ftp#is a fully managed Ftp Client in C# , with features including a sitemanager , queued tasks scheduler . #Ftp# is based on Indy Socketslibrary
https://sourceforge.net/projects/ftpclient/
13、DotNetCommonUpload
ACommon interface to upload and manage all upload files. It's write byasp.net. It's help you maintenance upload images and flash files crosssite. Files will be storage like : img.(your domain).com flash.(yourdomain).com
https://sourceforge.net/projects/dotnetcommonup/
14、ThinkSharp FTP Client Component for .NET
Thisassembly is a client component to communicate with a given FTP server.It has no GUI but rich underlaying functionalitylike detailed listing,recursive upload, download and deletion.It also supports BINARY/ASCIItranser type and ACTV/PASV mode
http://sourceforge.net/projects/thinksharp-ftp/
15、FTP.NET
Multi-threaded FTP Program written in C# ,多執行緒,還不錯!
https://sourceforge.net/projects/ftpnet/
16、FTP官方下載和非同步上傳例子
http://msdn.microsoft.com/zh-cn/library/system.net.ftpwebrequest%28VS.80%29.aspx