FathFTP為Windows開發者提供一個FTP客戶端和FTP服務器端的一個ActiveX/COM組件。它提供給您的應用程序可以通過互聯網訪問FTP服務器,下載和上傳文件,甚至可以斷點續傳。
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.
它是一個完全兼容COM/ActiveX的控件,您可以在任何ActiveX / COM Windows開發工具下使用。包含有:Visual Basic, MS Access, MS Visual C++, ASP, Windows scripting, 等。
下載試用版,用Visual Basic源代碼來探索FTP客戶端的功能。
自FathFTP有一個FTP服務器建立后,您可以在幾分鐘內建立點對點的應用程序。 FathFTP是一個完整的FTP文件傳輸解決方案。
Visual Basic 例子:
'Download file
FathFTPCtrl.ServerName="ftp.myserver.com"
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="ftp.myserver.com"
FathFTPCtrl.Username="me"
FathFTPCtrl.Password="mypass"
FathFTPCtrl.Connect
FathFTPCtrl.Get "thedata.txt","myfile.txt",0
FathFTPCtrl.Disconnect