Here's what your session might look like:
	Connected to 65.172.240.59 (65.172.240.59).
	220 FtpSvr (Version 0.06).
	Name (65.172.240.59:nelson): a
	331 Password required for a.
	Password:
	230 User a logged in.
	ftp> bin
	200 Type set to I
	ftp> passive
	Passive mode off.
	ftp> put .bin "/My Documents/bootldr.bin"
	local:  remote: /My Documents/bootldr.bin
	200 PORT command successful.
	150 Opening BINARY mode data connection for \My Documents\bootldr.bin.
	226 Transfer complete.
	237696 bytes sent in 1.05 secs (2.2e+02 Kbytes/sec)
	ftp> put  "/Windows/Start Menu/Programs/Bootblaster.exe"
	local:  remote: /Windows/Start Menu/Programs/Bootblaster.exe
	200 PORT command successful.
	150 Opening BINARY mode data connection for \Windows\Start Menu\Programs\Bootblaster.exe.
	226 Transfer complete.
	117248 bytes sent in 0.446 secs (2.6e+02 Kbytes/sec)
	ftp> get "\My Documents\saved_bootldr.gz" saved_bootldr.gz
	local: saved_bootldr.gz remote: \My Documents\saved_bootldr.gz
	200 PORT command successful.
	150 Opening BINARY mode data connection for \My Documents\saved_bootldr.gz(116176 bytes).
	226 Transfer complete.
	116176 bytes received in 0.847 secs (1.3e+02 Kbytes/sec)
	ftp> get "\My Documents\wince_image.gz" wince_image.gz
	local: wince_image.gz remote: \My Documents\wince_image.gz
	200 PORT command successful.
	150 Opening BINARY mode data connection for \My Documents\wince_image.gz(14128724 bytes).
	226 Transfer complete.
	14128724 bytes received in 113 secs (1.2e+02 Kbytes/sec)
	ftp> quit
	221 Goodbye