Ftp implements the file transfer protocol used in TCP/IP networks. Ftp lets you download binaries or view text located on a remote host. The host must be identified by its IP-number since DNS lookups are not yet implemented. Ftp supports the following commands:
cd - change directory
pwd - view current directory
type i/a - set ascii (a) or binary (i) tranfer mode
dir - list files in current remote directory
more - display remote textfile
get - download remote file
quit - leave ftp