|
|
Setting up FTP connection with Dreamweaver
Setting up FTP connection with Dreamweaver to a non Roxen UAF website
The File Transfer Protocol (FTP) is one of the most commonly used methods for transferring files to and from a remote server. Depending on your setup, the remote server is where you store files for production, deployment or other tasks. To transfer via FTP in Dreamweaver, users enter their FTP server information in the Remote Info category of the Site Definition dialog box. In the Files panel, users can then click the Connect and Put buttons to upload selected files and/or folders.
Important ! - Define your site first. For details, see Define Sites Tutorial.
To set up or edit the FTP settings in Dreamweaver, follow the steps below:
- Choose Site > Manage Sites.
- In the Manage Sites dialog box, either click the New button or select your existing site definition and click the Edit button.
- In the Site Definition dialog box, you will see two tabs: Basic
and Advanced. Choose Advanced tab, since it includes more FTP options than the Basic
tab. From the Advanced tab, choose the Remote Info category.
- In the Access drop-down menu, select FTP.

- Your Remote Info Window will look like picture bellow.
In the FTP host field, enter (or change) the host name: apache.uaf.edu

- In the Host directory field type: web
- In the Login and Password fields, enter the login name and password that you use to connect
to the FTP server.
(if you need to reset your password - call (907) 450-8300 or email the OIT Support Center)
- Make sure that Use Secure FTP (SFTP) box is checked.
- Click the Test button to test your FTP host, host directory,
login name and password.
- If everything is correct you will see this:
- Dreamweaver saves your password by default. Deselect the Save
checkbox if you prefer that Dreamweaver prompt you for a password
each time you connect to the remote server.
- The checkboxes for "Automatically upload files to server on
save" and "Enable file check in and check out" are not specific to
FTP sites. Refer to Dreamweaver help ( Help > Dreamweaver Help) for more information on these
two options.
How to upload files to the Remote Server
- On your Files window ( to open your Files window click Window > Files ) Click on "connect button" shown below.

The pressed button with the green light means that you are connected to remote server.
-
To upload a file or files simply drag a file from your local site (on the right hand side) to the remote server (left hand side).

Fore more information on how to use Dreamweaver click Help > Dreamweaver Help
created by OIT Web Developer (March 2008)
|