Many website hosting companies provide am interactive interface to the hosted files. However for bulk transfer, or where such a facility is not available, FTP is very useful.
The MultiNet FTP utility uses the Internet-standard FTP (File Transfer Protocol) to transfer files between the local host and a remote host. This document lists the commands you can use during an FTP session.
Command | Description |
ACCOUNT | Sends an account name to the remote FTP server. |
AGET | Appends a remote file to a file on the local host.
|
APPEND GET | Appends remote_file from the remote host to local_file on the local host.
|
APPEND PUT | Appends local_file on the local host to remote_file on the remote host.
|
APPEND RECEIVE | Appends remote_file from the remote host to local_file on the local host.
|
APPEND SEND | Appends local_file on the local host to remote_file on the remote host.
|
APUT | Appends local_file on the local host to remote_file on the remote host.
|
ASCII | Sets the transfer type to ASCII for transferring text files.
|
ATTACH | Detaches the terminal from the calling process and reattaches it to another process.
|
BELL | Turns on, off, or toggles the sounding of a bell when a file transfer completes.
|
BINARY | Sets the transfer type for transferring binary files.
|
BLOCK | Reads files of TYPE I, STRUCTURE FILE using block I/O.
|
BYE | Closes the current FTP connection, but remains in the FTP command interpreter.
|
BYTE | Sets the transfer byte size to size.
|
CD | Changes the current working directory on the remote host to dir.
|
CDUP | Changes the current working directory on the remote host by moving up one level in the directory system.
|
CLOSE | Closes the current FTP connection, but remains in the FTP command interpreter.
|
CONFIRM | Turns on, off, or toggles (the default) interactive confirmation of each command in a MULTIPLE command.
|
CONNECT | Establishes a connection to the FTP server on host.
|
CPATH | Changes the current working directory on the remote host to dir.
|
CREATE-DIRECTORY | Creates the directory dir on the remote host.
|
CWD | Changes the current working directory on the remote host to dir.
|
DELETE | Deletes a file on the remote host.
|
DIRECTORY | Obtains an annotated listing of the files on the remote host.
|
DISCONNECT | Closes the current FTP connection without waiting for a confirming response from the remote host, but remains in the FTP command interpreter.
|
EXIT | Closes the current FTP connection and exits FTP.
|
EXIT-ON-ERROR | Turns on, off, or toggles (the default) whether or not FTP automatically exits when an error occurs.
|
GET | Copies remote_file from the remote host to local_file on the local host.
|
HASH | Turns on, off, or toggles (the default) the display of hash marks (#) for each data buffer transferred.
|
HELP | Displays FTP help information.
|
LCD | Changes the current working directory on the local host to dir.
|
LDIR | Displays the contents of your local working directory. LDIR is the same as LOCAL-DIRECTORY.
|
LIST | Displays automatic login information for host.
|
LOCAL-CD | Changes the current working directory on the local host to dir.
|
LOCAL-DIRECTORY | Displays the contents of your local working directory.
|
LOCAL-PWD | Displays the current working directory on the local host.
|
LOGIN | Identifies you to a remote FTP server.
|
LPWD | Displays the current working directory on the local host.
|
LS | Displays a names-only listing of files on the remote host.
|
MDELETE | Deletes multiple files on the remote host.
|
MGET | Copies multiple files from the remote host to the local host.
|
MKDIR | Creates the directory dir on the remote host.
|
MODE | Sets the transfer mode to COMPRESSED or STREAM (the default).
|
MPUT | Copies multiple files from the local host to the remote host.
|
MULTIPLE DELETE | Deletes multiple files on the remote host.
|
MULTIPLE GET | Copies multiple files from the remote host to the local host.
|
MULTIPLE PUT | Copies multiple files from the local host to the remote host. MULTIPLE PUT is a synonym for MULTIPLE SEND.
|
MULTIPLE RECEIVE | Copies multiple files from the remote host to the local host.
|
MULTIPLE SEND | Copies multiple files from the local host to the remote host.
|
OPEN | Establishes a connection to a host system.
|
PASSIVE | Enables or disables "passive" mode for file transfers with FTP servers on the opposite side of "firewall" gateways.
|
PASSWORD | Sends a password to the remote FTP server explicitly, which normally happens automatically during login.
|
PORT | Specifies a TCP port number to use for the FTP control connection.
|
PROMPT-FOR-MISSING-ARGUMENTS | Turns on, off, or toggles (the default) whether or not FTP automatically prompts for missing command arguments.
|
PROMPT-ON-CONNECT | Turns on, off, or toggles (the default) whether or not FTP automatically prompts for a user name and password after making a connection.
|
PUSH | Starts and attaches a DCL subprocess.
|
PUT | Copies local_file on the local host to remote_file on the remote host.
|
PWD | Displays the current working directory on the remote host.
|
QUIT | Closes the current FTP connection and exits FTP.
|
QUOTE | Sends a string to the FTP server verbatim.
|
RECEIVE | Copies remote-file from the remote host to local-file on the local host.
|
RECORD-SIZE | Sets or displays the record size for IMAGE mode transfers.
|
REMOTE-HELP | Displays information about commands available on the FTP server.
|
REMOVE-DIRECTORY | Deletes a directory on the remote host. REMOVE-DIRECTORY is the same as RMDIR.
|
RENAME | Reames files on the remote host.
|
RETAIN | Turns on, off, or toggles (the default) the retention of OpenVMS version numbers in file transfers.
|
RM | Deletes a file on the remote host.
|
RMDIR | Deletes a directory on the remote host.
|
SEND | Copies local_file on the local host to remote_file on the remote host.
|
SET | Sets automatic login information for host.
|
SHOW-DIRECTORY | Displays the current working directory on the remote host. SHOW DIRECTORY is the same as PWD.
|
SITE | Specifies commands that are interpreted by the MultiNet FTP server for use on the server host.
|
SPAWN | Executes a single DCL command, or if entered without options, starts a subprocess with the same effect as PUSH.
|
STATISTICS | Turns on, off, or toggles (the default) STATISTICS mode.
|
STATUS | Displays the status of the FTP server.
|
STREAM | Turns on, off, or toggles (the default) the creation of binary output files as Stream_LF files.
|
STRUCTURE | Sets the transfer structure to structure.
|
TAKE | Interprets FTP commands in a file.
|
TENEX | Changes the byte size for transferring binary files to or from a TOPS-20 system.
|
TYPE | Sets the transfer type to type.
|
USER | Identifies you to the remote FTP server.
|
VERBOSE | Turns on, off, or toggles (the default) VERBOSE mode.
|
VERSION | Prints information about the FTP program_version.
|