perm filename FTP[3,2]4 blob sn#604718 filedate 1981-08-10 generic text, type T, neo UTF8
The FTP (File Transfer Protocol) is used to copy files to or from
another ARPA network host.  For simple transfers, you can give a
command to the monitor like the following examples:
	FTP LOCAL.FIL←{MIT-AI}UNAME;FN1 FN2
		(get a file from MIT)
	FTP {MIT-AI}UNAME;FN1 FN2←LOCAL.FIL
		(store a file at MIT)
	FTP ←{SRI/NICGUEST}<NETINFO>*.RFC
		(get multiple files from SRI, logging in there
		as user NICGUEST)
	FTP {SRI/NETINFO/NIC}←*.RFC
		(store multiple files at SRI, under user name
		NETINFO and account NIC)
For more complicated transfers, you can give a command of the form
	FTP BBNA
which will make a connection to the specified host and allow you
to enter protocol commands in a format not unlike that described
in the protocol documents.

Complete details for FTP can be found in the ARPA Network appendix of the
Monitor Command Manual, in the section on the File Transfer Protocol.  The
Monitor Command Manual is in online in the file MONCOM.BH[S,DOC].