This node connects to a remote FTP server. 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 FTP are specified with a UNIX-like syntax, for example /myfolder/file.csv , which is an absolute path that consists of:
- A leading slash ( / ).
- The name of a folder ( myfolder ), followed by a slash.
- Followed by the name of a file ( file.csv ).