Smart-ActiveX
ActiveX Components and Source Code for Software Developers.
FTP Lib ActiveX 1.0.1
Full FTP (File Transfer functionality) solution for software developer.
 
FTP Lib ActiveX 1.0.1 - Fast Navigation:
Home | Benefits | Screenshot  | Download | Sample | Purchase | More...
 
What is FTP Lib ActiveX?
FTP Lib ActiveX 1.0.1 is an OCX control for software developers that can handle with FTP(File Transfer Protocol) servers directly from your program.

Environment.
This FTP component can be run from VB6, VB.NET, C++, C#, Delphi, VC6, ACCESS and any environment that support the ActiveX technique.

Winsock is not needed.
This FTP component can be run independent and without the winsock component.

FTP requests.
The control supports all FTP requests, such as: making connection with user name and password, make a dir, delete a dir, rename a file, rename a dir, download a file, upload a file, with BINARY(image) or ASCII(text) mode, and much more.

More.
This FTP component runs fast, compiled to a small DLL file (112 KB only!) and very easy to the use. The installation program contains free trial version of the control, VB 6 and VB.NET samples and a CHM help file.
 
Screenshot:
FTP Lib ActiveX 1.0.1
 

Benefits:

  • FTP Library ActiveX (DLL) Component.
  • Connect to FTP server.
  • Set the port number (21 is the default).
  • Set the timeout connection.
  • Set the User name and password.
  • Connect as anonymous.
  • Get all the server messages.
  • Set the ftp server path.
  • Download/Upload a file from/to the ftp server.
  • Delete a file/folder on the ftp server.
  • Make a folder on the ftp server.
  • Rename a file on the ftp server.
  • Rename a dir on the ftp server.
  • Create a folder on the ftp server.
  • Runs fast.
  • Support many events.
  • Easy to the use.
  • Can be run under Windows 98/NT/ME/2000/XP/VISTA/2003/WIN7.
  • Can run with VB6, VC6, VB.NET, C#.NET, C++.NET, Delphi, Access.
 
Sample:
'Connect to FTP server:
m_objFtpClient.FtpServer = txtFtpHost.Text

'Set the port number:
If Len(txtPortNumber.Text) > 0 Then
	m_objFtpClient.RemotePort = CLng(txtPortNumber.Text)
End If

'Set the user name and the password:
If Len(txtUserName.Text) > 0 Then
	m_objFtpClient.UserName = txtUserName.Text
	m_objFtpClient.Password = txtPassword.Text
End If

'Set the timeout:
If Len(txtTimeOut.Text) > 0 Then
	m_objFtpClient.TimeOut = CInt(txtTimeOut.Text)
End If

'Connect:
m_objFtpClient.Connect
 
Methods and events:
Methods:
FtpServer, PassiveMode, Password, RemotePort, SendBufferLenght, TimeOut, TransferMode, UserName.

Events:
OnConnect, OnCreateDirectory, OnDataTransferProgress, OnDeleteFile, OnDownloadFile, OnEnumFiles, OnGetCurrentDirectory, OnQuitSession, OnRemoveDirectory, OnRenameFile, OnSetCurrentDirectory, OnStateChange, OnUploadFile, SessionProtocolMessage.
 
Download:
The FTP Lib ActiveX 1.0.1 can be run for free under a trial mode. The trial mode is a limited version and it displays a registration window at any time the FTP Lib ActiveX 1.0.1 is opened or closed.
 
 
 
More:
 
Support:
 
 


Share | | | | | | |


Home Page - Downloads - Prices - Site Map - Blog!


smart-activex.com - ActiveX Components for software developers. Contact Us
Copyright © 2011 smart-activex.com. All rights reserved.

WiserBit.com - Make it simple.