transOperation.equals( "link" ))) {
/////////////////////////////////////////////////////////////////////
// Copy, move or create a link for a resource to another location...
/////////////////////////////////////////////////////////////////////
GlobalTransferCommandArgument arg = new GlobalTransferCommandArgument();
if ( transOperation.equals( "copy" )) {
arg.Operation = TransferCommandOperation.COPY;
} else if ( transOperation.equals( "move" )) {
arg.Operation = TransferCommandOperation.MOVE;
} else if ( transOperation.equals( "link" )) {