/* ftpcmd.txt */
	?		print local help information
	ascii		set ascii transfer type
	bell		toggle command completed beep
	bget		get a file in binary mode
	binary		set binary transfer type
	bput		put a file in binary mode
	bsend		send a file in binary mode
	bye		terminate ftp session and exit
	cd		change remote working directory
	close		terminate ftp session
	debug		toggle/set debugging mode
	delete		delete remote file - inquires if prompting is on
	dir		list contents of remote directory
	get		receive file
	hash		toggle printing `#' for each 1024 bytes transferred
	help		print local help information
	home		set default directory to home
	interactive	turn on prompting for multiple commands
	lcd		change local working directory
	ldelete		delete local files
	ldir		list contents of local directory
	lls		list contents of local directory
	lmkdir		make a local directory
	lprotect	set protection flag on local file
	lpwd		show local working directory
	lrename		rename a local file
	lrmdir		remove a local directory
	ls		list contents of remote directory
	ltype		print a local file to the screen
	lunprotect	clear protection flag on a local file
	mdelete		delete multiple files
	mdir		list contents of multiple remote directories
	mget		get multiple files
	mkdir		make directory on the remote machine
	mls		list contents of multiple remote directories
	mode		set file transfer mode
	mput		send multiple files
	msend		send multiple files
	noninteractive	turn off prompting on multiple commands
	open		connect to remote ftp
	passive		enable or disable passive transfer mode
	prompt		toggle interactive prompting on multiple commands
	protect		set protection flag on file
	put		send one file
	pwd		print working directory on remote machine
	quit		terminate ftp session and exit
	quote		send arbitrary ftp command
	recv		receive file
	remotehelp	get help from remote server
	rename		rename remote file
	rm		delete remote file
	rmdir		remove directory on the remote machine
	send		send one file
	sendport	toggle use of PORT cmd for each data connection
	status		show current status
	struct		set file transfer structure
	system		query remote system type
	type		print a remote file to the screen
	unprotect	clear protection flag on file
	user		send new user information
	verbose		toggle verbose mode
	version		program version displayed
	wild		toggle wildcard expansion of local file names
>   <filespec>	redirect (m)dir or (m)ls response to specified file
                                               