Copyright 1998 Pragma Systems, Inc.
sz.exe
ZModem is a file transfer protocol. Use sz ( and rz ) to upload and download files from a remote computer. Sz is designed to be run inside a Pragma Telnet Server telnet connection. The options given on the command line will override any client side settings.
Using Pragma Systems's Console Telnet Client, pressing CTRL-] will escape to a menu to start receiving files.
USAGE:
sz [-option(s)] file(s)
COMMAND OPTIONS: (These options are case sensitive.)
+ Append to existing destination file
a (ASCII) change NL to CR/LF
b Binary file transfer override
e Escape all control characters
f send Full pathname
n send file if source newer
N send file if source newer or longer
p Protect existing destination file
r Resume/Recover interrupted file transfer
s/S Process subdirectories when sending files with wildcards
u Unlink file after transmission
y/Y Yes, overwrite existing file
Any combination of options can be used together by appending the options after the dash (-)
EXAMPLES:
To download a file from the server, using Pragma Systems's Console Telnet Client
Type sz filename at the command prompt.
The files received will be saved in the current directory when telnetc was started.
Press Control-], to escape back to client menu
Type 1
To send a text file:
sz
To send a binary file:
sz -b
To send a binary file, and overwrite an existing file with the same name:
sz -by
To send a binary file, and append an existing file with the same name:
sz -+b
To send a text file, then delete the file from the source machine:
sz -u