SFTP - Upload Files
Overview​
Easily import one or more files directly into an SFTP Server, no matter how big they are. The match type selected greatly affects how this Blueprint works.
This Blueprint requires write permissions in order to upload to the SFTP server.
Variables​
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Host | SFTP_HOST | Alphanumeric | ✅ | - | - | Domain or IP address of the SFTP server to connect to. |
Port | SFTP_PORT | Integer | ✅ | 22 | - | Number for the port to connect to. 22 is used by default. |
Username | SFTP_USERNAME | Alphanumeric | âž– | - | - | Value of the configured username in the SFTP server. |
Password | SFTP_PASSWORD | Password | âž– | - | - | Value of the configured password associated to the username on the SFTP server. |
Local Folder Name | SFTP_SOURCE_FOLDER_NAME | Alphanumeric | âž– | - | - | Name of the local folder on Shipyard to upload the target file from. If left blank, will look in the home directory. |
Local File Name Match Type | SFTP_SOURCE_FILE_NAME_MATCH_TYPE | Select | ✅ | exact_match | Exact Match: exact_match Regex Match: regex_match | Determines if the text in "Local File Name" will look for one file with exact match, or multiple files using regex. |
Local File Name | SFTP_SOURCE_FILE_NAME | Alphanumeric | ✅ | - | - | Name of the target file on Shipyard. Can be regex if "Match Type" is set accordingly. |
FTP Folder Name | SFTP_DESTINATION_FOLDER_NAME | Alphanumeric | âž– | - | - | Folder where the file(s) should be uploaded. Leaving blank will place the file in the root directory of the SFTP. |
FTP File Name | SFTP_DESTINATION_FILE_NAME | Alphanumeric | âž– | - | - | What to name the file(s) being uploaded to the SFTP. If left blank, defaults to the original file name(s). |