|
|||
| week 05b - midterm, ftp, dreamweaver basics | |||
ftp : |
accessing the web server - download project0.zip |
|
| web server specs : |
Uploading files to your personal site
Browsing your personal site
|
|
| FTP and defining a site : |
The student accounts are on a Cobalt Linux web server. Define a site in Dreamweaver
|
|
| uploading files : |
Once you've connected to the server, you can upload your site files (or download files from the server to your local computer). To upload files to the server, click on the folder or file you want to upload, and drag it from the right side to the left side. In most cases, you will upload the complete web site as a directory. In the above example, this would be the directory called proj0_site_v1. Drag this folder to the left hand side, and drop it when you've placed it over the top folder (e.g. /vanallen_web/web1thur/lastname/). Dropping the folder on the top folder ensures that you place the folder in the correct place. If you drop a file or folder onto another folder, the file will be placed inside of that folder rather than replacing it. Note that dragging the top level folder from the right side of the window will not copy that folder, it will only copy the files inside the top level folder. This is why it's important to set the Local Root Folder to the directory above the one that contains your files, so that you have access to all folders on the disk. If you want to move a single file up to the server, then drag this file and drop it onto the correct directory on the server (or you can drop it on top of an old version of the same file).
|
|
| include dependent files : | When you upload HTML files, Dreamweaver will ask if you want to Include Dependent Files? If you say yes, Dreamweaver will look in your HTML files, and copy any images in referenced in those files, even if you don't select them for the copy. In general, if you are copying a folder of a complete site, there is no reason to copy dependent files, since you are already copying all the files needed for the site (because they are all in the folder). But if you are copying an individual HTML file, it's generally appropriate to include the dependent files to make sure that any images in that page are properly uploaded.
|
|
uploading
existing files : |
When you upload and replace files that are already on the server, there are several issues you should note:
|
| all materials on this web site © copyright 2003, Philip van Allen |
top |