Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| TableDepth | Specifies how many levels of subfolders the provider scans and exposes as separate views. |
| RemoteHost | Specifies the host name or IP address of the SFTP server that you want to connect to. |
| RemotePath | Specifies the working directory on the SFTP server that the provider uses for file operations. |
| User | Specifies the authenticating user's user ID. |
| Password | Specifies the authenticating user's password. |
| RemotePort | Specifies the port number that the provider uses to connect to the SFTP server. |
| Passive | Controls whether to direct the server into passive mode. Recommended if behind a firewall. |