
< Back to table of contents
<Previous lesson
|
THIS WEEK'S
SUGGESTED GOAL |
HTML RESOURCES MATERIAL FOR GETTING STARTED:
Online HTML Reference Guide
On the Web:
· Webmonkey (www.webmonkey.com)
· HTML writer's guild (www.hwg.org)
· CNET's Builder.com (builder.cnet.com)
· World Wide Web Consortium (www.w3c.org)
· Lynda.com (www.lynda.com)
Printed material:
Elizabeth Castro, HTML 4.0 for the World Wide Web:
Visual QuickStart Guide, PeachPit Press.
TODAY'S TOPIC:
How to log into a remote server for ftping
1. Launch your program (Fetch or WSFTP is what we use at City College).
2. You'll need an address: hills.ccsf.org
3. username: I provided this to you
4. password: your birth date (i.e., apr1380)
5. Now you're ready to load files:
· Under remote, use "put directories and files" to Upload
files from your hard disk to the remote server. You can also create, delete,
and rename directories under this menu item.
· Under remote, use "get directories and files" to download
files from the server to your local drive.
· Remember to name your home page index.html. That way, it will load automatically.
· Put all your web docs in the Public folder (or create a subdirectories for your other files)
· You can find your uploaded files at: hills.ccsf.org/~username/filename
<back to top>