| 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 |
|
CreateDirectory |
Create a directory to the remote server |
|
RemoveDirectory |
Remove a directory from remote server |
|
GetFileSize |
Return size of a file located on remote server |
|
GetFileList |
Return list of files located on remote server |