File Transfer Protocol (FTP)

File Transfer Protocol (FTP) is a command line protocol used for transferring files to and from remote computers.

The commands used are

!

?

Returns the list of FTP commands below

Append

ASCII

The type of file being transferred defaults to Ascii, if it has been set to binary, typing ascii at the prompt will change it back.

Bell

Binary

Changes the current file type to binary. The default is Ascii.

Bye

Exits FTP

CD

Changes directory. Cd <dirname>

Close

Closes the connection to the current site without closing FTP

Delete

Deletes a file. Delete <filename>

Debug

Dr

Disconnect

Get

Transfers a file from the remote location to the local computer. Get <filename> <path>. Path is the location and filename on the local computer where the file will reside.

Glob

Hash

Help

Lcd

Literal

Ls

Mdelete

Used to delete multiple files.

Mdir

Mget

Used to get multiple files

Mkdir

Make a directory. Mkdir <dirname>. Md also works.

Mls

Mput

Used to put multiple files.

Open

Opens a remote location. Open uploads.webspace.freeserve.net

Prompt

Put

Places a file in a remote location. Put <path><filename1> <filename2>. Where the path and filename1 are the location and name of the file on local computer and filename2 is the required filename in the remote location.

Pwd

Quit

Exits from FTP

Quote

Recv

Remotehelp

Rename

Renames a file. Rename <filename1> <filename2>. You can also use ren.

Rmdir

Remove directory. Rmdir <dirname>. RD also works.

Send

Status

Trace

Type

User

Verbose