FathFTP.NET是面向Windows的一個(gè)FTP客戶端.NET組件。它使您的應(yīng)用程序可以通過互聯(lián)網(wǎng)訪問FTP服務(wù)器,下載和上傳文件,甚至可以斷點(diǎn)續(xù)傳。
The FathFTP.NET is a FTP-client .NET component for Windows developers. It provides your applications with the capability to access FTP servers on the Internet, download and upload files or even continue broken transfers.
需要培訓(xùn)、定制、外包?
請聯(lián)系我們!:800018081
慧都專業(yè)技術(shù)團(tuán)隊(duì)幫助您提高效率,節(jié)省成本,降低風(fēng)險(xiǎn)!
* 關(guān)于本產(chǎn)品的分類與介紹僅供參考,精準(zhǔn)產(chǎn)品資料以介紹為準(zhǔn),如需購買請先行測試。
它是一個(gè)*的C# .NET的控件,您可以在WinForms 或 WebForms下使用。
下載試用版,通過含有源代碼FTP客戶端 C#和ASP.NET示例程序了解其功能。
C# 例子:
'Download file
fftp.Connect(server,21,username,password);
fftp.Get("file.ext","c:/folder/file.ext",0)
fftp.Disconnect();
It is a fully C# .NET component you can use in any WinForms and/or WebForms application.
Download the trial version and explore fully functional FTP client C# and ASP.NET samples with source code.
C# example:
'Download file
fftp.Connect(server,21,username,password);
fftp.Get("file.ext","c:/folder/file.ext",0)
fftp.Disconnect();