Versions Compared

Key

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

...

Anchor
1087674
1087674
The following is a sample UDM script:

<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>
Panel


Html bobswift

...