NBSpool for MPE Reference Guide
Chapter 3
3-24
COPYF
The
COPYF
command performs a file transfer operation between the HP 3000 and a Novell
NetWare server. This command operates only on disk files. Binary disk files are transferred without
any data translation. ASCII files are converted to DOS format (trailing spaces truncated, CR/LF
appended to the end of each line).
A transfer will not be made if the destination file exists unless the
REP
parameter is specified. Note
that the NetWare user
NBSPOOL
must have the appropriate rights to the destination directory.
Either forward slashes (
/
) or backward slashes (
\
) may be used. This command may also be
terminated at any time by pressing
Ctrl+y
.
COPYF Syntax
O> COPYF [filename] TO gateway;QUEUE=server/volume:path
[;APPEND]
[;PURGE]
[;REP ]
Note. This command requires a Quest Software Unidirectional Gateway.
COPYF Parameters
Parameter Description
filename
This parameter specifies the name of an MPE file to be moved to the NetWare
server. The file must be a flat disk file, either ASCII or BINARY.
gateway
This parameter specifies node name of the gateway computer.
server
This parameter specifies file server name for the destination file.
volume
This parameter specifies file server volume name for the file.
path
This parameter specifies full DOS path and file name for the file.
APPEND
This parameter appends the source file to the destination file.
PURGE
This parameter purges the source file after a successful transfer.
REP
This parameter deletes the destination file if it exists before executing the
transfer.