Which allows you to create client application support FTP (File Transfer Protocol), this component provides the following rich set of features:
Standard File Transfer Passive Protocol.
Upload and Download files, images or bytes array data.
Create, Remove and Change remote path.
Get list of files located in to remote FTP server.
Requirements
Windows 2000 (Service Pack 2 or higher), Windows XP, Windows 2003, Windows Vista
Visual Studio 2003 FrameWork 1.1 (or other ambient that support it)
Developments
When register this product you can full using the libraries for developers in your other applications. Below describes the properties and methods you can use for single component :
Component
Description
FTP(VS.NET)
Propertys
LastMessage
Return the last error message
RemoteHost
Return or set the IP address of the remote server
RemotePort
Return or set the TCP port of the remote server
RemotePassword
Return or set the remote password to access the server
RemoteUser
Return or set the remote user to access the server
Methods
Connect
Connect to remote FTP server
CloseConnection
Close the current opened connection
Upload
Send data to the remote server
Download
Get data from the remote server
DownloadImage
Get a picture image located in the remote server
ChangeDirectory
Change directory path name in the remote server
DeleteFile
Remove a file located in the remote server
RenameFile
Rename the file name of a file located in the remote server