ITP/Server will move the specified file. The Move command will fail if Dest already exists.
Move
Src(<text>)
Dest(<text>)
TimeOut(<number>);
Src: Required.
The file that ITP/Server will move.
Dest: Required.
The new name and directory where ITP/Server will move the file to.
TimeOut: Optional.
The maximum amount of time in seconds that ITP/Server will wait if another
process is locking File.
If this parameter is not specified ITP/Server will wait indefinitely for the
file to be unlocked.
If the value of this parameter is 0 and File is
locked ITP/Server will immediately report an error.