|
|
 |
|
|
|
|
 |
Customer
Care |
|
|
|
|
|
HELPDESK
FOR INTERNET |
|
|
|
|
|
Webserver
upload How to
|
|
|
|
|
|
You can
upload files for personal web pages on MTNL using ftp
from the command line.
- ftp
to delhi1.mtnl.net.in
Go to Command Prompt
Suppose
you want to upload a file named index.html, which is in your
local hard disk under C:\users

Now you
are ready to upload. Specify the type of file (ASCII
(text) or Binary) that you want to upload.
Default file type is Binary
ftp>ascii
(for text files) or
ftp>bin
(for binary files)
Now
upload the file, which you want to publish.
ftp>put
index.htm
200 PORT command successful.
150 Opening ASCII mode data connection for index.htm
226 Transfer complete
186 bytes sent in 0.00 seconds (186000.00 Kbytes/sec)
You can
upload multiple files same way. Once you have finished
uploading, quit the session by issuing the command 'bye'
ftp>bye
C:\user>
Remember,
- File names are case
sensitive
- The file you want as
your homepage must be named index.html (all lower
case)
Other useful ftp commands which you may want to know
- dir(to
see the listing for directories in your file)
- del
'filename'(to delete the file which you
uploaded earlier)
- get
'filename'(to download file from server to
local directory)
- put
'filename'(to upload file from local
directory to server)
- help(
to learn more about other ftp commands)
If you
are familiar with FTP tools other then through command
prompt, and which are GUI based, you can use them to
upload files to your personal web pages.
|
|
|
|
|
|
|
|
 |