Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@ipmonk ipmonk released this 10 Aug 05:26
· 100 commits to master since this release
f61abbd

Features added:

  • --split_timeout arg, allows user to adjust time allowed for remote file split operation to complete it
  • --ssh_port arg, allows user to specify non-standard ssh port number to connect to
  • Allows FTP transfers to EVO hosts
  • Now pushes shell script to remote host and executes it to re-combine files, much faster than serially sending cmds.

Bugs fixed:

  • None

Other notable changes:

  • refactored key based auth. Don't ask for passphrase if key is encrypted any longer (matches scp behaviour)
  • refactored FTP connectivity check. Sometimes port will be open but auth will fail. Behaviour is now to verify FTP auth prior to file transfer.