nlist [remote-directory] [local-file] Print list of files of a directory on the remote machine to local-file (or the screen if local-file is not specified). If remote-directory is unspecified, the current working directory is used. nmap [inpattern outpattern] Set or unset the filename mapping mechanism. The mapping follows the pattern set by inpattern, a template for incoming filenames, and outpattern, which determines the resulting mapped filename. The sequences $1 through $9 are treated as variables, for example, the inpattern $1.$2, along with the input file readme.txt, would set $1 to readme and $2 to txt. An outpattern of $1.data would result in an output file of readme.data. $0 corresponds to the complete filename. [string1, string2] is replaced by string1, unless that string is null, in which case it’s replaced by string2. ntrans [inchars [outchars ]] Set or unset the filename character translation mechanism. Characters in a filename matching a character in inchars are replaced with the corresponding character in outchars. If no arguments are specified, the filename mapping mechanism is unset. If arguments are specified: m Characters in remote filenames are translated during mput and put commands issued without a specified remote target filename. m Characters in local filenames are translated during mget and get commands issued without a specified local target filename. open host [port] Establish a connection to the specified host FTP server. An optional port number may be supplied, in which case ftp will attempt to contact an FTP server at that port. prompt Toggle interactive prompting. proxy ftp-command Execute an FTP command on a secondary control connection (i.e., send commands to two separate remote hosts simultaneously). put local-file [remote-file] Store a local file on the remote machine. If remote-file is left unspecified, the local filename is used after processing according to any ntrans or nmap settings in naming the remote file. File transfer uses the current settings for type, file, structure, and transfer mode. pwd Print name of the current working directory on the remote machine. quit Synonym for bye. quote arg1 arg2… Send the arguments specified, verbatim, to the remote FTP server. recv remote-file [local-file] Synonym for get.