This node connects to a remote SSH server using SFTP. The resulting output port allows downstream nodes to access the files of the remote server, e.g. to read or write, or to perform other file system operations (browse/list files, copy, move, ...).
Path syntax: Paths for SSH are specified with a UNIX-like syntax such as /myfolder/myfile. An absolute path for SSH consists of:
- A leading slash ("/").
- Followed by the path to the file ("myfolder/myfile" in the above example).