Loader SFTP
The SFTP loader allows you to:
- Recursively create a remote path set in the configuration if it does not exist.
- Create directories on a remote server in the targeted path if they do not exist according to the directory structure in the source path.
- Copy files to a remote server to target path if they do not exist.
- Rewrite files that exist in the remote target path, thus their name and placement in remote directory structure correspond to name and placement in the source directory structure.
Data In | Copy all files and directories from path /data/in/files to remote server and path set in the configuration. |
Data Out | N/A |
Learn more: about the folder structure here.
Parameters
Host (required) | Server host name |
Port (required) | Server Port |
Username (required) | Username |
Password (required) | Password |
Path (required) | Path to remote server |