follow with a space and the name of the server. Initializes the connection to the server.
dir
director. lists the contents of the current location.
cd
change directory. follow with a space and the new location. to go up a folder, use cd ../
mkdir
make directory. follow with the name of the new directory. it will be created in the current location. do not use
spaces or special characters except for _ (underscore) or - (hyphen) in the name of a directory.
put
follow with a space and the complete path of the file to be transferred. transfers a file to the current directory.
get
follow with a space and the filename of a file on the server. transfers a file from the server to the local computer. transfers from the current directory.
close
closes the remote connection.
bye
closes the remote connection and the FTP command line app.