|
|
| Account | The user Account to login with.
|
| Command | Can be used to send additional commands directly to the server.
|
| Connected | Shows whether the component is connected.
|
| DirList | Collection of entries resulting in the last directory listing.
|
| FileExists | Returns true if the file specified by RemoteFile exists on the remote server.
|
| FileSize | The size of the file pointed to by RemoteFile.
|
| FileTime | The last modification time of the file pointed to by RemoteFile.
|
| Firewall | A set of properties related to firewall access.
|
| Idle | The current status of the component.
|
| LastReply | The last reply from the server.
|
| LocalFile | The path to a local file for download/upload. If the file exists, it is overwritten.
|
| LocalHost | The name of the local host or user-assigned IP interface through which connections are initiated or accepted.
|
| Overwrite | Whether or not the component should overwrite files during transfer.
|
| Passive | Controls whether to direct the server into passive mode. Recommended if behind a firewall.
|
| Password | The password to login with.
|
| RemoteFile | The name of the remote file for uploading, downloading, etc.
|
| RemoteHost | The domain name or IP address of the FTP server.
|
| RemotePath | The current path in the FTP server.
|
| RemotePort | The port for the FTP service (default is 21).
|
| StartByte | The byte index in RemoteFile and LocalFile from which to start the transmission.
|
| Timeout | A timeout for the component.
|
| TransferMode | The transfer mode (ASCII or Binary). If the value is 0 (default), the initial server mode will be used.
|
| User | The user id to login as.
|