Uploading with Adobe Dreamweaver CS51. Start your Dreamweaver CS5 program. 2. First you need to set up your local site. From the menu choose Site > New site. A Site Setup screen will open up. The first set of options is Site. You will need to enter the following information:
3. When you are ready with the Site setup, please choose the Servers set of options from the left pane and click on the + button (Add new Server).
Once you click the + button, the following screen will open:
Click on the More Options arrow, and fill out the fields as shown:
Once you have filled out all the necessary fields, you can test the connection by pressing the Test button. 4. If you need to set up the Testing server option, click on the Advanced button. The testing server is useful when you have PHP scripts running on your site. When you have a testing server setup, Dreamweaver executes almost all PHP statements and have options for showing live data when under design view. From the Server Model drop-down menu, select the PHP MySQL option, then click on the Save button. When you return to the previous screen, make sure to check the Testing checkbox.
5. You can also set up some other options for your site using the other sections in the left pane of the Site Setup screen. However, they are not related to the way you publish your site to the hosting server. Once you are ready, please click the Save button, and your new site will be saved in the Dreamweaver CS5 program. To connect to your site's root directory on the server and see your remote files, click on the icon shown on the screenshot above. If you haven't uploaded any files or folders yet, this is what you will see:
From the drop-down menu, which at the above screenshot shows Remote server, you can also select Local view. The Local view option will show the files you have in your local site folder. To upload a single file to the server, select the file from Local view and click on the Put Files button (the arrow pointing upwards). This will upload the selected file to the server. The Synchronize option will compare the files on the server to the files on your computer and will upload only the changed and updated files. Clicking on the Synchronize button will open the following dialogue screen:
It will allow you to choose the synchronization options to use. With the Dreamweaver CS5 program, you can rename, delete, or open for editing files directly from the server if needed. Just double-click the file you need to edit, and the program will download it from the server and open it for editing. Once you edit and save the file in the Dreamweaver CS5 program, you can put (upload) the changed version to the server. |