Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 
Latest News

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Online Demo  | Download  | Order  | History 
 

FTP Client

Features  | Detailed Description 
 

The FTP Client is an ActiveX component from the Clever Internet ActiveX Suite library.
It allows you to upload and download files, as well as manages files and directories as specified in RFC 765, RFC 959 and RFC 1579 documents.

Features:

  • Upload and download files
  • Secure your FTP transfers using TLS and SSL protocol
  • Pause / resume broken or aborted downloads and uploads (REST command)
  • FTP FXP support (implement site-to-site data transfers)
  • Automatic directory listing parser for most common directory listing formats (LIST command): Unix, MS-DOS, AS/400
  • Free one year upgrades and support

Proxy server support

The FTP component supports the most common proxy servers by using FTP SITE, FTP USER/PASS and FTP OPEN methods. Custom FTP proxy is also supported.

You can connect the FTP component via Proxy in passive or non-passive mode by means of both the ProxySettings and PassiveMode properties correspondingly.

Download / upload files in just few lines of code

clFtp1.Server = "ftp.host.com"
clFtp1.UserName = "user"
clFtp1.Password = "psw"
clFtp1.Open
clFtp1.GetFile "archive.zip", "c:\downloads\archive.zip"

clFtp1.ChangeCurrentDir "/ftpdir"
clFtp1.PutFile "c:\uploads\filename.ext", "filename.ext"

Samples in VB, C++, C# and VB.NET

Please see the Demos code (FtpClient, FtpClientSSL, FtpClientProxy) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this component in your application.

Interested?

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2009