| 1.
From the Start menu, select Run. |
| |
| 2.
In the Open text box, type in command, then hit OK. |
| |
| 3.
After the black DOS window pops up, type in FTP at the prompt.
This will start up DOS FTP, and you should have an ftp> prompt. Now,
type in open yourdomian.com. It will look something like this: |
| |
 |
| |
| 4.
Type in your Username (yourdomain.com outlined in yellow). |
| |
| 5.
Now type in your password. |
| |
6.
You should see: 230 User yourdomain.com logged in. Access
restrictions apply.
ftp> |
| |
To
list directories, type dir. This will give you a list of all
the directories and files in your path.
To change a directory type cd directory.
To upload a file type put file.
To download a file type get file. After you download a file, you will
see something like this:
200 PORT command successful.
150 Opening BINARY mode data connection for file.exe (239438 bytes).
To exit DOS FTP, type in close at the ftp> prompt. Then type
in bye and you will be taken back to your C:\ prompt.
|
 |
| |