SSH File Upload Action

Flux’s SSH File Upload Action allows file transfers over SSH from one server to another server that is configured with public key authentication using SSH. For an SSH File Upload Action, one needs to specify the local path of the file being uploaded and the target location (i.e., remote path) where to place the file. See SSH Actions for initial setup.

Property Value
Local Path /Users/arul/work/staging/flux-8-1-0.zip
Remote Path /home/arul/Downloads

This action returns the following information:

  • SshFileActionResult has the result after executing the action.
  • filenames - the list of files that were successfully copied.
  • successful_count - the number of files that succeeded file copy.

This action supports Zlib based compression for file transfers, which improves transfer speeds.