FTP dengan Command Promp (CMD)



How to FTP using Windows Command Prompt

Go to the Start Menu and Click Run...
In the Run dialog box, type cmd and click OK
The Windows Command Prompt will open. Type the following command to connect to your server:
ftp yourdomain.com
Where yourdomain.com is your domain or the FTP Server IP Address found in the HELM Control Panel under the FTP Account Details.
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

0 Response to "FTP dengan Command Promp (CMD)"

Post a Comment

Silahkan Berkomentar..!!!!