ftpftp>open host host is the name of the host to which you wish to connect.
ftp host
Connected to math.ucr.edu.
Where
220 ProFTPD 1.2.0 Server (math.ucr.edu ProFTPD Server)
Name (math:login):login is your login on the originating host.
Enter your login and Enter or just Enter to
default to the login displayed.
Next you will see something similar to:
331 Password required for login.
Password:
It indicates that you should enter your password.
A stream of welcome messages generally greets you followed by the prompt
ftp>
Your initial location on the host will be your home directory.
To end the session, enter quit
To see a listing of available commands, enter ?
The most common commands are:
cd change remote working directory
lcd change local working directory
dir list contents of remote directory
bin set binary transfer type (for transferring binary files)
ascii set ascii transfer type (for transferring text files)
hash displays octothorpes for each buffer transferred
get receive file
put send one file
mget/mput used to receive/send multiple files
! escape to the shell, e.g., !pwd identifies
the local dir
quit end the session
A common beginner's error is to forget to set the transfer type to
binary prior to transferring binary files.
Anonymous ftp is a means of making local files available to others who
do not have a local account.
It is initiated exactly as described above except that one logs in
as ftp or anonymous
with the password ftp or one's email address.
Note: files accessible via anonymous ftp are generally kept in
specific directories on the host (not home directories).
Most commands should be identical to those listed above.
Windows comes with an ftp client. Select Start, Run and enter the
command ftp.
A popular graphical alternative is WsFTP
Last Modified on 09 Apr 2001