FTP+Commands+for+Windows
FTP+Commands+for+Windows
FTP (File Transfer Protocol) is a standard network protocol used to exchange files between
computers on a private network or through the Internet.
There are three ways in which FTP is commonly accessed:
Command-line FTP client.
Web browser.
Graphical FTP clients.
The first two are straightforward methods that allow you to directly use a Web browser (such
as Google Chrome, Firefox, Internet Explorer) or an FTP client application (such as FileZilla,
FTP Voyager®) to connect to the FTP server to exchange files. Using the command-line
interface, you need to enter a set of commands to send or receive files from other
computers.
Windows, Mac OS X, and Linux operating systems have built-in command-line clients that
can be used for establishing an FTP connection. To initiate an FTP connection from Windows,
type ftp at the command prompt, and press enter.
Here is a list of the most commonly used FTP commands in the Windows command-line
prompt.
This command toggles back and forth between the operating system and
! ftp. Once back in the operating system, typing exit takes you back to the
FTP command line.
cd Changes directory.
disconne
Exits from FTP.
ct
Sets hash mark printing on or off. When turned on, for each 1024 bytes of
hash
data received, a hash-mark (#) is displayed.
Accesses the Help screen and displays information about the command if
help
the command is typed after help.
Displays local directory if typed alone or if path typed after lcd will change
lcd
the local directory.
remoteh
Get help from remote server.
elp
Given the availability of numerous graphical FTP clients, the text-based FTP client built into
Windows and Mac OS X operating systems is a reliable tool for testing and troubleshooting.
Learning these commands helps you exchange files between computers without installing
additional software.