![]() |
Step - 2
Once
the given User Name and Password are authenticated, you are
allowed to carry out the FTP and ftp prompt will be displayed.
* by typing help at the prompt you can get the list of commands.
To transfer files from your local system to the web server, following is the command to given :
put c:\default1.html
You
have to mention the path from where the files are being uploaded.
In the example, default1.html is the file to be uploaded which is located in
C: directory, and so it is mentioned the root directory
To
download files from the site the command is
get default1.html
this will download the files into the current directory you are in.
The above command once executed will display that file has been transferred successfully. Similarly, other files can be uploaded into the respective directories of your site.
Your FTP session will be terminated, by giving bye command at the ftp prompt.

|