Skip to content

Release v3.2.7-2

Compare
Choose a tag to compare
@fracpete fracpete released this 08 Aug 03:31
· 102 commits to master since this release
  • added outputSingleCommandline flag to AbstractBinary super class to allow outputting of command-line args as single line (default) or one arg per line
  • added commandLine() method to AbstractBinary super class to return the command as a single line (eg for assembling commands for rsh)
  • the --rsh option of the RSync class now adds its argument as a separate entry to the argument list rather than concatenating it via = to avoid problems with quoting