Before you begin
Ask the SFTP server administrator for:
If the private key is password-protected, you also need its passphrase.
Connect in Watchdog
- Open Integrations → File bucket / SFTP and add a connection.
- Enter the server address, credentials, folder, and fingerprint.
- Optionally use Prefix to limit the search to a subfolder, such as
incoming/2026. - Select Test Connection, check the files shown, and save the connection.
- Optionally set file filters under Settings before starting synchronization.
Choose which files to import
File filters use patterns, also called globs. They match the file path relative to Base path, even when you have set a Prefix.
Separate multiple patterns with commas or new lines. A file is included if at least one pattern matches. Leave the field empty to include all files found under the selected folder and prefix.
For the SFTP administrator
- Give the user permission to list and read files, without permission to write, move, or delete them.
- Supply the server key’s OpenSSH SHA256 fingerprint. Watchdog rejects the connection if the key does not match.
- For key-based sign-in, paste the full private key, including the
BEGINandENDlines. - Make files available only after the upload is complete, for example by renaming them after upload.
- Update the file’s modification time (
mtime) when replacing its contents. Watchdog detects changes using file size and modification time.