 |
E-mail must be in the form:
mailuser@yourdomain.com
For example: john@xyz.com |
|
 |
|
 |
 |
 |
 |
|
 |
| |
 |
How to use FTP |
| |
Let's say your user name is "john", your password is "john123" and your domain is "www.john.com", and you want to upload file "index.html" to our server. In MSDOS or Unix window, here is what you need to do: (Note that the letters in red are what you should type and the letters in blue are the system response.)
ftp www.john.com
Connected to www.john.com
... ...
Name: john
331 Password required for john.
Password: john123
ftp>bin
200 Type set to I
ftp>cd public_html
250 CWD command successful.
ftp>put index.html
... ...
ftp>quit
If you want to download file "index.html", use "get" instead of "put". |
 |
How to use WS-FTP |
| |
Assuming you have downloaded "ws_ftple.exe" from the web site "http://www.csra.net/junodj/ws_ftp32.htm" and installed it on your PC.
Let's say your user name is "john", your password is "john123" and your domain is "www.john.com", and you want to upload file "index.html" to our server.
1. Run WS-FTP95;
2. In "Session Properties" window do the following:
click "New";
use "john" as Profile Name;
use "www.john.com" as Host Name;
use "john" as User ID;
use "john123" as Password;
use "john" as Account
3. Click "OK", the "Session Properties" window will be close and "WS-FTP95" window will be open, you should see directory "public_heml", go in, and you should see all the files in it;
4. On left side of the window, find the file that you want to upload on your local machine;
5. Set "transmission mode" to "Binary";
6. Select file "index.html" and use "-->" to upload it (use "<--" to download). |
 |
How to use CuteFTP |
| |
Assuming you have installed CuteFTP on your PC.
Let's say your user name is "john", your password is "john123" and your domain is "www.john.com", and you want to upload file "index.html" to our server.
1. Run CuteFTP;
2. From "File", choose "Site Manage", window "Site Settings for New Site" will be open, click "New" and use the following setting:
Label for site: default
FTP Host
Address: www.john.com
FTP site User Name: john
FTP site Password: john123
FTP site connection port: 21
Login type: Normal
3. Hit "Connect", when connected, you should see directory "public_heml", go in, and you should see all the files in it;
4. On left side of the window, find the file that you want to upload on your local machine;
5. Select file "index.html" and use drag and drop to upload. |
 |
How to use Netscape Composer |
| |
Let's say your user name is "john", your password is "john123" and your domain is "www.john.com", and you want to upload file "index.html" to our server.
1. In "Uploading files to this location (FTP or HTTP ):" field, type:
"ftp://www.john.com/./public_html/index.html"
Note the extra "./";
2. In "User Name" field, type: "john";
3. In "Password" field, type: "john123";
4. Click "Ok". |
|
|
 |
|
 |
|