FathFTP為Windows提供一個(gè)FTP客戶端和FTP服務(wù)器端的一個(gè)ActiveX/COM組件。它提供給您的應(yīng)用程序可以通過互聯(lián)網(wǎng)訪問FTP服務(wù)器,下載和上傳文件,甚至可以斷點(diǎn)續(xù)傳。
The FathFTP is a FTP-client and FTP-server ActiveX/COM 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è)*兼容COM/ActiveX的控件,您可以在任何ActiveX / COM Windows開發(fā)工具下使用。包含有:Visual Basic, MS Access, MS Visual C++, ASP, Windows scripting, 等。
下載試用版,用Visual Basic源代碼來探索FTP客戶端的功能。
自FathFTP有一個(gè)FTP服務(wù)器建立后,您可以在幾分鐘內(nèi)建立點(diǎn)對點(diǎn)的應(yīng)用程序。 FathFTP是一個(gè)完整的FTP文件傳輸解決方案。
Visual Basic 例子:
'Download file
FathFTPCtrl.ServerName=""
FathFTPCtrl.Username="me"
FathFTPCtrl.Password="mypass"
FathFTPCtrl.Connect
FathFTPCtrl.Get "thedata.txt","myfile.txt",0
FathFTPCtrl.Disconnect
It is a fully compilant COM/ActiveX control you can use in any ActiveX / COM Windows development tools. It includes: Visual Basic, MS Access, MS Visual C++, ASP, Windows scripting, etc.
Download the trial version and explore fully functional FTP client with Visual Basic source code.
Since FathFTP has a FTP server build-in, you can build peer-to-peer applications in few moments. FathFTP is a complete FTP file transfer solution.
Visual Basic example:
'Download file
FathFTPCtrl.ServerName=""
FathFTPCtrl.Username="me"
FathFTPCtrl.Password="mypass"
FathFTPCtrl.Connect
FathFTPCtrl.Get "thedata.txt","myfile.txt",0
FathFTPCtrl.Disconnect