Technical Writing Series: Internet
FTP Commands in a Nutshell By Angie Goh |
Command
|
Operating System
|
Description |
cd |
DOS
|
Change the current directory
to another directory Usage: cd (your directory name) Special: cd.. Used to go up one level of the directory structure. |
ftp
|
DOS
|
Used to transfer and receive
files. Usage: ftp (ftp address) |
cd
|
UNIX
|
Change the current directory
to another directory Usage: cd (your directory name) |
ascii
|
UNIX
|
Change to ASCII mode in
ftp. Usage: ascii |
put
|
UNIX
|
Used for transferring one
file. Usage: put (file name) |
mput
|
UNIX
|
Used for transferring
many files. Usage: mput *.(extension) Special: mput * Used to transfer all files. |
bin
|
UNIX
|
Change to Binary mode in
ftp. Usage: bin |
get
|
UNIX
|
Used for retrieving one
file. Usage: get (file name) |
mget
|
UNIX
|
Used for retrieving
many file. Usage: mget *.(extension) Special: mget * Used to retrieve all files. |
bye
|
UNIX
|
Used for exiting ftp Usage: bye |
exit
|
DOS
|
Used for exiting MS-DOS
Prompt Usage: exit |
Related Articles | |
Using ftp.exe in Windows
95 by Angie Goh |
Article that started it all. Teaches how to use ftp.exe in Windows 95 |
Using a Script to Perform FTP Functions |
Provides yet another ingenious way to use a file to execute ftp.exe commands |
Other FTP Commands by Angie Goh |
Provides a summary of other useful and helpful commands in ftp.exe |
FTP Glossary by Angie Goh |
Provides a glossary of the terms used in all the ftp.exe related articles |
Copyright 1997 - 2002. Angie Goh c/o Angie's
Life Book. All Rights Reserved.
Material written on this page is original.
Windows, DOS, Unix are copyrighted names of their various authors.
Please email if you wish to link here.
Please do not copy material here without consent.