Using UNIX Commands to Transfer Files and Directories

You can use UNIX commands to transfer files or an entire directory tree to the doc repository.

Transferring an Entire Directory Tree

The following technique will transfer an entire directory tree to the doc repository. The following example demonstrates how to move a FrameMaker source tree, though it would also work for an HTML tree.

  1. Using telnet, log in to boreal as fscott:
  2. Using the cd command, change to the target directory, for example:
  3. Using the rm command, delete the target directory and all its subdirectories, for example:

    NOTE: Be real careful with the rm -fr command; make sure you don't accidentally delete the wrong files.

  4. Using the cp command, copy your FrameMaker sources to the target directory, for example:
  5. Using the exit command, end your telnet session, for example:

Using UNIX Commands to Transfer a File

The following technique shows how to transfer a single file (in this case, a PDF file) to UNIX:

  1. Using telnet, log in to boreal as fscott:
  2. Using the cp command, copy your PDF file to the target directory, for example:

  3. Using the exit command, end your telnet session, for example: