Most Common Methods
<> Console Command-Line FTP Example
- From the Windows taskbar, select Start and then Run end then enter the name of your FTP client.
- When prompted, enter your hostname and press the Enter key.
- 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
- Open FTP program.
- Type the following information:
- Server ID
- Username and password
- Binary or Auto
- Double click www in right window (and usr/local/etc/httpd appears).
- Double click htdocs.
- Drag-and-drop files between your local computer and your Developer Server.
<> iManager Example
- Open iManager
- Enter your login name and password
- Select File Manager
- Select usr/local/etc/httpd/
- Press the Upload File button
- Select Browse
- Select the file from local machine that you want to upload
- Press the Upload File button
Back