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
1155463
1155463
To move file test.txt - from a machine with logical name src to a machine with logical name dst - as test.bak:

Panel

Html bobswift

<pre>
move src=test.txt dst=test.bak
</pre>


Anchor
1155466
1155466
To move all files in the current directory from a machine with logical name src to the other machine in the transfer session:

Panel

Html bobswift

<pre>
move src=*		
</pre>

Anchor
1154381
1154381