NetWare workstation utilities

NCOPY

Copy files/directories from one location to another on the network.

Synopsis

NCOPY [source_path] filename [TO] target_path [filename] [/option ... ] [/? | /VER]

Description

Use NCOPY at a workstation to:

Options

source_path
Specify the path leading to the source file. (You can use a drive letter.) Include this if the file is not in your current directory.

filename
Specify the file you want to copy.

target_path
Specify the path for the directory you are copying the file to. (You can use a drive letter.)

filename
Specify a new name for the file (if you want to rename the file.)

/option
Specify one or more options from the following:

A (Archive Bit Only)
Copy only those files that have the archive bit set. The attribute of the source file is not changed.

M (Archive Bit Set)
Copy files that have the archive bit set. Turns off the archive bit of the source file. This option allows NCOPY to be used in backup.

C (Copy)
Copy files without preserving extended attributes and name space information.

F (Force Sparse Files)
Force the operating system to copy sparse files.

I (Inform)
Notify you that extended attributes or name space information cannot be copied because the target volume does not support those features.

R (Retain Compression)
Keep compressed files compressed.

/R/U (Retain Unsupported Compression)
Keep compressed files compressed even when copied to media that do not support compression.

S (Subdirectories)
Copy subdirectories and files.

/S /E (Subdirectories Empty)
Copy empty subdirectories and files.

V (Verify)
Verify that the original and the new files are identical. For local DOS drives only.

/?
View online help. (Other parameters are ignored.)

/VER
View the version number of the utility and the files it uses to execute. (Other parameters are ignored.)

Usage

NCOPY allows you to specify how files are copied, whether subdirectories are copied, and whether the system verifies copies.

You can use drive letters instead of directory paths to specify source and target paths.

The default is that only files are copied. Include /S or /S /E to copy subdirectories.

You can use wildcard characters.

Examples


© 1999 The Santa Cruz Operation, Inc. All rights reserved.
UnixWare 7 Release 7.1.1 - 5 November 1999