Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
 Note here that ssh-server must be configured to allow JADE to open a shell.

Example I:

Code Block
 objOptions.Target().Post_Command.Value("echo 'File: $TargetFileName' >> t.1;cat $TargetFileName >> t.1;rm -f $TargetFileName");
 objOptions.Target().Pre_Command.Value("touch $TargetFileName");
No Format

 Example II (Windows):
Code Block

 [Copy_Local2Local_UNC_withNetUse]
 include=Copy_Local2Local_UNC
 preTransferCommands=net use //8of9.sos/c;net use //r2d2.sos/share
  • With FTP you can set commands that can be executed by the ftp-server, meaning that shell commands are not possible.

...