| Authentication | Determines which authentication type is used. |
| Blocking | Determines if methods are blocking. |
| BufferSize | Determines size of incoming and outgoing buffers. |
| ClientName | Determines client name that will be used with the server during initial exchange. |
| Compression | Determines the level of compression used. |
| Encryption | Determines encryption algorithm to be used with SFTP. |
| EncryptionList | Determines list of encryption algorithms supported and offered by wodSFTP. |
| ErrorText | Provides a string representation of an error. |
| Extensions | Holds list of extensions supported by the server. |
| FingerPrint | Returns fingerprint of the host's key. |
| FIPS | Specifies FIPS enabled OpenSSL configuration to load. |
| HMacList | Determines list of digest algorithms supported and offered by wodSFTP. |
| Hostname | Determines the Hostname of the remote server. |
| KeepAlives | Defines number of seconds of inactivity before KeepAlive ignore packets are sent. |
| KeyExchangeList | Determines list of key exchange algorithms supported and offered by wodSFTP. |
| KeySignatureList | Determines list of server key signature algorithms supported and offered by wodSFTP. |
| LastError | Holds the last error returned by the method. |
| ListItem | Holds the value of the last ListItems and Attributes event. |
| LocalPath | Holds the name of the local path used for transferring. |
| Login | Determines the username/login to be used with server. |
| MaxTransferRate | Determines maximum upload/download speed. |
| MyHostname | Holds the hostname of the local computer. |
| MyIP | Holds the IP address of the local computer. |
| Notification | Fast notification interface to use instead of events. |
| Password | Determines the password to be used with the server. |
| Port | Determines the port on the remote server. |
| PrivateKey | The Private key used for authentication. |
| ProxyHostname | Specifies the hostname of the proxy to use. |
| ProxyLogin | Specifies the login/username to use when connecting to a proxy server. |
| ProxyPassword | Specifies the password to use when connecting to a proxy server. |
| ProxyPort | Specifies the port to use when connecting to a proxy server. |
| ProxyType | Specifies the type of proxy to use. |
| RemoteIdentification | Holds the remote identification string. |
| RemotePath | Holds name of the path on the server used for transferring. |
| Resume | Determines if wodSFTP will resume file transfers. |
| ServerErrorCode | Holds the error code returned by the server. |
| ServerErrorText | Holds error text returned by the server. |
| State | Holds current state information. |
| StateText | Provides a string describing a state. |
| Timeout | Timeout value, in seconds. |
| Timezone | Determines if dates are shown in Local or UTC time zone. |
| TransferMode | Determines if transfers are Binary or ASCII. |
| TransferRate | Returns average speed of the file transfer. |
| TransferTime | Returns time needed to transfer current or previous file. |
| UseIPv6 | Determines if IPv6 addresses are allowed. |
| Version | Holds version information. |