the world in a mouse click (sm)

FTP

Command Prompt

Click Start > Run:

Start Menu
ZoomView Large Image

If you have Windows 2000 or XP, type cmd and press enter:
(98 and ME type command and press enter)

Command Prompt
ZoomView Larger Image

Enter the following, pressing the Enter key after each line:

  1. ftp
  2. open ftp.eastex.net
  3. Your username (the first part of your email address, before the @ symbol)
  4. Your password

Commonly used FTP Commands

Change the local directory: lcd localdirectory
Examples:

Change the remote directory: cd remotedirectory
Examples:

Make a new folder: mkdir foldername
Examples:

Delete a file: delete filename
Examples:

Delete a folder: rmdir foldername (directory must be emptied first)
Examples:

Download files from the server: get filename
Examples:

Upload files to the server: put filename
Examples:

Display progress while transferring files: hash
This will display a pound symbol (#) for every 2 kilobytes (2048 bytes)

Close the FTP connection: bye
This will disconnect you from the FTP server. To reconnect, start with #2 above.

For a complete list of commands: ? or help
This will display all available commands for FTP

There are numerous FTP programs available that will make putting your web pages on the server much easier. Click here for one of the "free" FTP programs that can be found by searching the Internet.

If you have any problems or questions, contact us.