Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Anchor
1087674
1087674
The following is a sample UDM script:

Panel

Html bobswift

<pre>
   # Open a transfer session
   open src=* dst=ntmachine

   # Copy command using line continuation
   copy src=test.txt +
   dst=test.txt

if 8 EQ $(_lastrc)
   print msg="The last command resulted in an error"
end

   # Close the transfer session and exit UDM
   quit
</pre>