Most Common Methods

<> Console Command-Line FTP Example

  1. From the Windows taskbar, select Start and then Run end then enter the name of your FTP client.
  2. When prompted, enter your hostname and press the Enter key.
  3. Type the following commands (followed by the Enter key): cd /www/htdocs ascii lcd c:\upload put index.html bin put logo.gif quit

Your selected filenames follow the put command. Additional information is located in Chapter 2 of this Handbook. <> FTP Program Example

  1. Open FTP program.
  2. Type the following information:
    • Server ID
    • Username and password
    • Binary or Auto
  3. Double click www in right window (and usr/local/etc/httpd appears).
  4. Double click htdocs.
  5. Drag-and-drop files between your local computer and your Developer Server.

<> iManager Example

  1. Open iManager
  2. Enter your login name and password
  3. Select File Manager
  4. Select usr/local/etc/httpd/
  5. Press the Upload File button
  6. Select Browse
  7. Select the file from local machine that you want to upload
  8. Press the Upload File button

Back