| |
| Connected | Triggers a connection or disconnection. |
| DirListCount | The number of records in the DirList arrays. |
| DirListEntry | This property contains the raw entry as received from the server. |
| DirListFileName | This property shows the file name in the last directory listing. |
| DirListFileSize | This property shows the file size in the last directory listing. |
| DirListFileTime | This property shows the file time in the last directory listing. |
| DirListIsDir | This property specifies whether entries in the last directory listing are directories. |
| FileAccessTime | The number of milliseconds since 12:00:00 AM January 1, 1970 when this file was last accessed. |
| FileACL | A string containing an Access Control List (ACL). |
| FileAllocationSize | The size, in bytes, that this file consumes on disk. |
| FileAttributeBits | AttributeBits and AttributeBitsValid each contain a bitmask representing attributes of the file on the SFTP server. |
| FileAttributeBitsValid | AttributeBits and AttributeBitsValid each contain a bitmask representing attributes of the file on the SFTP server. |
| FileCreationTime | The number of milliseconds since 12:00:00 AM January 1, 1970 when this file was created. |
| FileType | The type of file. |
| FileGroupId | The id of the group that has access rights this file. |
| FileIsDir | Whether or not the file represented by these attributes is a directory. |
| FileModifiedTime | The number of milliseconds since 12:00:00 AM January 1, 1970 that this file was last modified. |
| FileOwnerId | The user id of this file's owner. |
| FilePermissions | A 32-bit integer containing a POSIX-compatible file permission bitmask. |
| FileSize | The total size, in bytes, of this file. |
| FileExists | Returns true if the file specified by RemoteFile exists on the remote server. |
| FirewallAutoDetect | This property tells the component whether or not to automatically detect and use firewall system settings, if available. |
| FirewallType | This property determines the type of firewall to connect through. |
| FirewallHost | This property contains the name or IP address of firewall (optional). |
| FirewallPassword | This property contains a password if authentication is to be used when connecting through the firewall. |
| FirewallPort | This property contains the TCP port for the firewall Host . |
| FirewallUser | This property contains a user name if authentication is to be used connecting through a firewall. |
| Idle | The current status of the component. |
| 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. |
| LocalPort | The TCP port in the local host where IPPort binds. |
| Overwrite | Whether or not the component should overwrite files during transfer. |
| RemoteFile | The name of the remote file for uploading, downloading, etc. |
| RemotePath | The current path in the SFTP server. |
| SSHAcceptServerHostKeyEncoded | The certificate (PEM/base64 encoded). |
| SSHAuthMode | The authentication method to be used the component when performing an SSHLogon. |
| SSHCertEncoded | The certificate (PEM/base64 encoded). |
| SSHCertStore | The name of the certificate store for the client certificate. |
| SSHCertStorePassword | If the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store. |
| SSHCertStoreType | The type of certificate store for this certificate. |
| SSHCertSubject | The subject of the certificate used for client authentication. |
| SSHCompressionAlgorithms | A comma-separated list containing all allowable compression algorithms. |
| SSHEncryptionAlgorithms | A comma-separated list containing all allowable compression algorithms. |
| SSHHost | The address of the SSH host. |
| SSHPassword | The password for SSH password-based authentication. |
| SSHPort | The port on the SSH server where the SSH service is running; by default, 22. |
| SSHUser | The username for SSH authentication. |
| StartByte | The offset in bytes at which to begin the Upload or Download. |
| Timeout | A timeout for the component. |