Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Copy a Set of Files

This example copies (in text mode, and using the * wildcard) multiple files with one copy.

It assumes that the remote UNIX directory /opt/app/data contains the following list of files:

  • data001.txt
  • data002.txt
  • data003.txt
  • data004.pr
  • data005.pr

The following files will be created on the destination machine:

  • data001.txt
  • data002.txt
  • data003.txt


The truncext attribute is used to instruct UDM to remove file name extensions from the source file prior to using the name as the destination member name.

set
open
cd
mode
attrib
copy
quit

Components

Universal Data Mover Manager for Windows

Universal Data Mover Manager for UNIX

  • No labels