next up previous contents index
Next: General commands Up: ZFTP Previous: File conversion and

File transfer commands

GETAGETAREMOTE LOCAL [CHOPT]

REMOTE
Remote file name
LOCAL
Local file name
CHOPT
List of options
S
Print statistics on the file transfer
V
Create the remote file with variable length record format
Transfer a text file from the remote machine to a local file. If the local file name is not given, or a = sign specified, the local file will have the same name as on the remote system. PUTAPUTALOCAL REMOTE [CHOPT]
LOCAL
Local file name
REMOTE
Remote file name
CHOPT
List of options
S
Print statistics on the file transfer
V
Create the remote file with variable length record format
Transfer a text file from the local machine to the remote system. If the remote file name is not given, or a = sign specified, the remote file will have the same name as on the local system. GETBGETBREMOTE LOCAL [LRECL] [CHOPT]
REMOTE
Remote file name
LOCAL
Local file name
LRECL
Record length in bytes
CHOPT
List of options
S
Print statistics on the file transfer
Transfer a binary file from the remote machine to a local file. If the local file name is not given, or a = sign specified, the local file will have the same name as on the remote system. The file must contain fixed length blocks (EPIO or FZ exchange format). PUTBPUTBLOCAL REMOTE [LRECL] [CHOPT]
LOCAL
Local file name
REMOTE
Remote file name
LRECL
Record length in bytes
CHOPT
List of options
S
Print statistics on the file transfer
Transfer a binary file from the local machine to the remote system. If the remote file name is not given, or a = sign specified, the remote file will have the same name as on the local system. The file must contain fixed length blocks (EPIO or FZ exchange format). GETDGETDREMOTE LOCAL LRECL [CHOPT]
REMOTE
Remote file name
LOCAL
Local file name
LRECL
Record length in bytes
CHOPT
List of options
S
Print statistics on the file transfer
Transfer a binary direct access file from the remote machine to a local file. If the local file name is not given, or a = sign specified, the local file will have the same name as on the remote system. The file must contain fixed length blocks (EPIO or FZ exchange format).

PUTDPUTDLOCAL REMOTE LRECL [CHOPT]

LOCAL
Local file name
REMOTE
Remote file name
LRECL
Record length in bytes
CHOPT
List of options
S
Print statistics on the file transfer
Transfer a binary direct access file from the local machine to the remote system. If the remote file name is not given, or a = sign specified, the remote file will have the same name as on the local system. The file must contain fixed length blocks (EPIO or FZ exchange format).

GETPGETPREMOTE LOCAL [CHOPT]

REMOTE
Remote file name
LOCAL
Local file name
CHOPT
List of options
S
Print statistics on the file transfer
Transfer a compact binary PAM file from the remote machine to a local file. If the local file name is not given, or a = sign specified, the local file will have the same name as on the remote system.

PUTPPUTPLOCAL REMOTE [CHOPT]

LOCAL
Local file name
REMOTE
Remote file name
CHOPT
List of options
S
Print statistics on the file transfer
Transfer a compact binary PAM file from the local machine to the remote system. If the remote file name is not given, or a = sign specified, the remote file will have the same name as on the local system.

GETFZGETFZREMOTE LOCAL RRECL RFORM LRECL LFORM [CHOPT]

REMOTE
Remote file name
LOCAL
Local file name
RRECL
Record length of the remote file in bytes
RFORM
Format of the remote file
Native file format - record length required
A
Alpha exchange format - record length forced to be 80 bytes
D
Direct access I/O - ignored if option X is not also specified
Z
Native file format - record length required
X
Binary exchange format - record length will be obtained from the file itself if not specified.
LRECL
Record length of the local file in bytes
LFORM
Native file format - record length required
A
Alpha exchange format - record length forced to be 80 bytes
D
Direct access I/O - ignored if option X is not also specified
Z
Native file format
X
Binary exchange format
CHOPT
List of options
S
Print statistics on the file transfer
Transfer a ZEBRA FZ file from the remote machine to the local system. If the local file name is not given, or a = sign specified, the local file will have the same name as on the remote system. The FZ file is created on the local computer with the same parameters as on the remote machine. If the format of the local and remote files are not specified, this command file copies a remote native format file to a local native format file.

PUTFZPUTFZLOCAL REMOTE LFORM LRECL RFORM RRECL [CHOPT]

LOCAL
Local file name
REMOTE
Remote file name
LRECL
Record length of the local file in bytes
LFORM
Native file format - record length required
A
Alpha exchange format - record length forced to be 80 bytes
D
Direct access I/O - ignored if option X is not also specified
Z
Native file format - record length required
X
Binary exchange format - record length will be obtained from the file itself if not specified.
RRECL
Record length of the remote file in bytes
RFORM
Format of the remote file
Native file format - record length required
A
Alpha exchange format - record length forced to be 80 bytes
D
Direct access I/O - ignored if option X is not also specified
Z
Native file format
X
Binary exchange format
CHOPT
List of options
S
Print statistics on the file transfer
Transfer a ZEBRA FZ file to the remote machine from the local system. If the remote file name is not given, or a = sign specified, the remote file will have the same name as on the local system. The FZ file is created on the remote computer with the same parameters as on the local machine. If the format of the local and remote files are not specified, this command file copy a local native format file to a remote native format file.

GETRZGETRZREMOTE LOCAL [CHOPT]

LOCAL
Local file name
REMOTE
Remote file name
CHOPT
List of options
R
the local file will have RELATIVE organisation (VAX)
L
a list of the top level directories in the received file is displayed.
T
the entire directory tree is displayed.
S
Print statistics on the file transfer

PUTRZPUTRZLOCAL REMOTE [CHOPT]

REMOTE
Remote file name
LOCAL
Local file name
CHOPT
List of options
R
the remote file will have RELATIVE organisation (VAX)
L
a list of the top level directories in the received file is displayed.
T
the entire directory tree is displayed.
S
Print statistics on the file transfer
Transfer a local RZ file to the remote machine. If the local file name is not given, or a = sign specified, the local file will have the same name as on the remote system. The RZ file is created on the remote computer with the same parameters as on the local machine.

GETXGETXREMOTE LOCAL LRECL [CHOPT]

REMOTE
Remote file name
LOCAL
Local file name
LRECL
Record length in bytes
CHOPT
List of options
S
Print statistics on the file transfer
Transfer a binary direct access file from the remote machine to a local file. If the local file name is not given, or a = sign specified, the local file will have the same name as on the remote system. The file must contain fixed length blocks (EPIO or FZ exchange format). The GETX command uses Fortran sequential I/O on all systems except Unix, where files are processed with direct access I/O to avoid the control words that are written at the beginning and end of each record with binary sequential Fortran I/O.

PUTXPUTXLOCAL REMOTE LRECL [CHOPT]

LOCAL
Local file name
REMOTE
Remote file name
LRECL
Record length in bytes
CHOPT
List of options
S
Print statistics on the file transfer
Transfer a binary direct access file from the local machine to the remote system. If the remote file name is not given, or a = sign specified, the remote file will have the same name as on the local system. The file must contain fixed length blocks (EPIO or FZ exchange format). The PUTX command uses Fortran sequential I/O on all systems except Unix, where files are processed with direct access I/O to avoid the control words that are written at the beginning and end of each record with binary sequential Fortran I/O.

MGETMGETREMOTE LOCAL [CHOPT]

REMOTE
Remote file name
LOCAL
Local file name
CHOPT
List of options
S
Print statistics on the file transfer
Transfer all files matching the specified remote file name to the local system. The file name given may contain *, to match one or more characters, or character. By default the transfer is performed using GETA, unless the file name has a known extension.

e.g.
*.PAM         --> GETP
*.CETA, *.CET --> GETB, LRECL=3600
*.CMZ,  *.RZ  --> GETRZ

MPUTMPUTLOCAL REMOTE [CHOPT]

LOCAL
Local file name
REMOTE
Remote file name
CHOPT
List of options
S
Print statistics on the file transfer
Transfer all files matching the specified local file name to the remote system. The file name given may contain *, to match one or more characters, or character. By default the transfer is performed using PUTA, unless the file name has a known extension.

e.g.
*.PAM         --> GETP
*.CETA, *.CET --> GETB, LRECL=3600
*.CMZ,  *.RZ  --> GETRZ



next up previous contents index
Next: General commands Up: ZFTP Previous: File conversion and


Janne Saarela
Tue May 16 09:22:05 METDST 1995