Wednesday, 9 January 2013
19)How to FTP using Command Prompt-------------------------------------------------------------------------------------
1. goto start > run and type "cmd" that is cmd and click OK
The Windows Command Prompt will open. Type the following command to connect to your server:
ftp yourdomain.com
note :-
Where yourdomain.com is your domain or the FTP Server IP Address found in the HELM Control
Panel under the FTP Account Details. -:
2.
Once you hit Enter it will attempt to connect to the server. If it is successful, you will
be prompted for a Username and Password. Enter the FTP username and password information to login.
Once you have Logged in, you should see a line like ftp>
To list the Directory Contents, use the command dir
You have successfully connected to your server through FTP using Windows Command Prompt.
More FTP Commands:
ABOR - abort a file transfer
CWD - change working directory
DELE - delete a remote file
LIST - list remote files
MDTM - return the modification time of a file
MKD - make a remote directory
NLST - name list of remote directory
PASS - send password
PASV - enter passive mode
PORT - open a data port
PWD - print working directory
QUIT - terminate the connection
RETR - retrieve a remote file
RMD - remove a remote directory
RNFR - rename from
RNTO - rename to
SITE - site-specific commands
SIZE - return the size of a file
STOR - store a file on the remote host
TYPE - set transfer type
USER - send username
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment