Skip to content

Commit

Permalink
docs: add sshKey to source-sftp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Jan 25, 2024
1 parent d512439 commit 8e7e460
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/docs/reference/Connectors/capture-connectors/sftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ You configure connectors either in the Flow web app, or by directly editing the
|---|---|---|---|---|
| **`/address`** | Address | Host and port of the SFTP server. Example: `myserver.com:22` | string | Required |
| **`/username`** | Username | Username for authentication. | string | Required |
| **`/password`** | Password | Password for authentication. | string | Required |
| `/password` | Password | Password for authentication. Only one of Password or SSHKey must be provided. | string | |
| `/sshKey` | SSH Key | SSH Key for authentication. Only one of Password or SSHKey must be provided. | string | |
| **`/directory`** | Directory | Directory to capture files from. All files in this directory and any subdirectories will be included. | string | Required |
| `/matchFiles` | Match Files Regex | Filter applied to all file names in the directory. If provided, only files whose path (relative to the directory) matches this regex will be captured. For example, you can use `.*\.json` to only capture json files. | string | |
| `/advanced` | | Options for advanced users. You should not typically need to modify these. | object | |
Expand Down Expand Up @@ -181,4 +182,4 @@ but you may need to specify for unusual datasets. These properties are:
* Disable Quoting (`""`)
* Auto
The sample specification [above](#sample) includes these fields.
The sample specification [above](#sample) includes these fields.

0 comments on commit 8e7e460

Please sign in to comment.