|
Once you enter into the
Dos Prompt (c:/), type the commands in blue color at the prompt....
1. ftp www. ……….. .com
2. userid:(enter the userid that is given to you)
passwd: (enter the passwd that is given to you)
3. bin
4. cd ../../web **
5. put (upload the filename that you want to upload with the extn.) e.g.
put index.html
6. put (keep doing for every file that you want to upload)
7. quit (to exit from FTP)
**cd../../web means
that once you have entered into the ftp zone of the site, after giving the
user id & the password....
a) You are now logged on to /users/ftpid (the ftpid is what you type, e.g.
hasimftp)
b) Go two levels up i.e. cd../../web
c) Now you come to /web. Upload the files to this path.
Note: Pl. name your
index.html file as default.htm incase of your site, uploaded on NT server.
The points to be noted
while uploading the site on to its direct domain :
- All the files names
have to be in small case & no caps (letters) to be used.
- All the files names
have to be in .html extension only (no .htm) to be used anywhere, except
default.htm for the homepage (incase your site is on NT).
- All the files of the
site have to be uploaded under/web only & no where else.
|