| Authentication | Authentication type used to access server. |
| Blocking | Determine if methods are blocking. |
| BufferSize | Determines size of incoming and outgoing buffers. |
| Compression | Determines level of compression used. |
| Encryption | Encryption method that will be used for communication. |
| EncryptionList | Determines list of encryption algorithms supported and offered by wodSFTP.NET. |
| HMacList | Determines list of digest algorithms supported and offered by wodSFTP.NET. |
| Hostname | Hostname of server where we will connect. |
| 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.NET. |
| LastError | Holds last error that occurred, if any. |
| ListItem | Read-only property that returns last FileInfo as returned by ListItems event. |
| LocalPath | Holds name of local path used for transferring files. |
| Login | Login (username) information that will be sent to the server. |
| MaxTransferRate | Determines maximum allowed upload/download speed. |
| Password | Password that will be sent to the server. |
| Port | Port on the server where we will connect. |
| PrivateKey | Private key for authentication. |
| ProxyHostname | Specifies the hostname of proxy to use. |
| ProxyLogin | Specifies the login/username to use when connecting to proxy server. |
| ProxyPassword | Specifies the password to use when connecting to proxy server. |
| ProxyPort | Specifies the port to use for proxy server. |
| ProxyType | Specifies the type of proxy to use. |
| RemoteIdentification | Holds name of path on the server used for transferring files. |
| RemotePath | Holds name of path on the server used for transferring files. |
| Resume | Determines if wodSFTP.NET will try to resume file transfer. |
| State | Read-only property that returns current component state. |
| Timeout | Total number of seconds to expire before we are automatically disconnected from the server. |
| TransferMode | Determines if transfer is ASCII or binary. |
| TransferRate | Returns average speed of the file transfer. |
| TransferTime | Returns time needed to transfer current or previous file. |
| Version | Holds version of the component. |