Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

ftpserver(7) OSS Shell and Utilities Reference Manual
QUIT terminate the session
RETR retrieve a le
RMD remove a directory
RNFR specify rename_from lename
RNTO specify rename_to lename
SITE provide system-specic services
STOR store a le
STRU specify data transfer structure (store unique)
TYPE specify data transfer type
USER specify user name
XPWD print the current working directory
The remaining FTP commands specied in RFC 959 are recognized but not implemented.
The FTP server aborts an active le transfer only when the ABOR command is preceded by a
Telnet "Interrupt Process" (IP) signal and a Telnet "Synch" signal in the command Telnet stream,
as described in RFC 959.
The FTP server interprets le names according to the "globbing" conventions used by ksh. This
allows users to use the metacharacters *?[]{}.
Using SITE Commands
SITE commands are used by an FTP server to provide services specic to the system on which
the server runs. Such services are those essential to le transfer but not so generally needed that
they must be implemented as commands in the protocol. FTPSERV supports the following SITE
commands:
CHMOD [ nnn ]
When the OSS le system is used, the SITE CHMOD command sets or checks
the security of a destination le. nnn is a three-digit octal value for access per-
missions.
If nnn is a valid value, all les transferred after this command have their security
set to the specied value. If nnn is an invalid value, the error is reported to the
user and the current valid security setting is unchanged.
If the command is specied without an nnn value, the current security setting is
displayed.
If the SITE CHMOD command is not specied, all les transferred have their
security set to 666 (-rw-rw-rw).
HELP When either le system is used, the SITE HELP command describes each
server service and the syntax for its command.
NOCRLF { ON | OFF }
When the Guardian le system is used, the SITE NOCRLF command enables
(ON) or disables (OFF) carriage return and linefeed translation by the server
during le transfers.
If the SITE NOCRLF command is not used, carriage return and linefeed trans-
lation occurs by default.
128 Hewlett-Packard Company 527188-003