RFI-File-Monitor

The Official Manual

View project on GitHub

SFTP Uploader

Purpose

Use this operation to upload the monitored files to an SFTP server.

Options

  • Hostname: the fully qualified domain name or IP address of the SFTP server
  • Port: the port on which the SFTP server is listening. Default is 22.
  • Username: the username that will be used to establish the connection with the SFTP server
  • Password: the password that corresponds to the username
  • Destination folder: the destination folder on the SFTP server to write the monitored files to. Do not use tildes (~)!! If a relative path is used, it will be assumed to be relative to the home folder of the user that logs in.
  • Create destination folder if necessary: if checked, then the destination will be created if necessary.
  • Automatically accept new host keys (dangerous!!): with this option checked, when connecting to an SFTP server for the first time, the host keys will be accepted for the duration of the session. This is potentially dangerous. We recommend using an SSH client to make an initial connection, which will ask explicitly if this host key should be accepted, which will then be picked up by the RFI-File-Monitor.

Advanced Options:

  • Override file UNIX permissions: when enabled, the file’s permissions will be set to the values specified by manipulating the checkboxes, after the file has been uploaded to the destination server.
  • Override directory UNIX permissions: when enabled, any directories created will be set to the selected permissions. Be careful with this option: if the directories are not writeable, you won’t be able to upload any files into it.

Supported File Formats

RegularFile, Directory

Author

Tom Schoonjans