Configuring an FTP Account in Dreamweaver
FTP Account Configuration
User name: | Your ftp account username |
Password: | Your ftp password |
Server name: | ftp.example.com
(replace example.com with your domain) |
Remote Directory: | /httpdocs/ |
"Passive mode" enabled |
To configure an FTP account in Dreamweaver, follow the steps below.
This is necessary when in order to upload files to your 12PointDesign account.
-
Within Dreamweaver, open the Site menu, then
click New Site...
-
Dreamweaver website Local Info settings:
- First, select the Advanced tab.
- Ensure that Local Info is selected within the left-most options.
- Type the website name (as you want it to appear within the site list) within the
Site name box. Set the Local root folder
to the path on your computer where you'll keep a copy of your site, then check the box to
Refresh local file list. Dreamweaver also requires a local path (on
your computer) where you'll store your images. Enter that within the
Default images folder.
- It's best practices to set Links relative to the
Site root, so set that now. Then type the URL to your site within
the HTTP address box. Don't forget the "http://"
-
Dreamweaver website Remote Info settings:
- Select the Remote Info within the left-most options.
- Set the Access option to FTP.
Enter the hostname within the FTP host box in the format
ftp.example.com, where
example.com is your domain. Important:
set the Host directory to
/httpdocs/
- Enter your Login and Password,
checking the box to Save the password. Check the box to
Use passive FTP.
- Check the options to Maintain synchronization information and
Automatically upload the files to server on save.
- Click Test to check your settings.
-
Dreamweaver website Testing Server settings:
- Select Testing Server within the left-most options.
- Within the Server model option, select the most appropriate
language for your web development. Common options are ASP VBscript,
PHP MySQL and ASP.NET C#
.
-
Dreamweaver website Cloaking settings:
- Select the Remote Info within the left-most options.
- Check the box to Enable cloaking.
- Uncheck the box to Cloak files...
-
You're done! Congratulations!
|