Connect
Connect to FTP server ``.
Delete
Delete the file `` (defined with its complete path) from the FTP site.
Disconnect
Disconnect from FTP server.
DownLoad
Download from the FTP server the file designated by the full path ` to the local directory `.
Enumerate
Enumerate the file list of the `` FTP server directory. FTP server root by default.
FindFileName
Find the file ` from the current path of the FTP server. Returns TRUE if found, with the full path name in and last write time in `.
GetFileCount
Retrieve the number of files (or directories if ` is TRUE) of the file (or directory) list enumerated by the function Enumerate. ` is FALSE by default.
GetFileName
Get in ` the name of the file (or directory if is TRUE) at the index in the file (or directory) list enumerated by the function Enumerate. ` is FALSE by default.
LastError
This property contains the last error that occurred (connection problem, bad user name or password...).
Password
This property contains the password that will be used by the function Connect. You can get or set it.
Path
This property contains the path that will be used by the file management functions. You can get or set it.
Port
This property contains the FTP port that will be used by the function Connect. You can get or set it.
ProxyInitialize
Initializes the proxy settings for FTP connections.
ProxyName
Property containing the proxy server name for FTP connections.
ProxyPassword
Property containing the proxy password for FTP connections.
ProxyType
Property containing the proxy type for FTP connections.
ProxyUser
Property containing the proxy username for FTP connections.
Server
This property contains the FTP server that will be used by the function Connect. You can get or set it.
UpLoad
Upload the local file designated by the full name ` to the FTP server path designated by `.
User
This property contains the FTP user name that will be used by the function Connect. You can get or set it.