Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
iconfalse

Scripps IT provides 10gb disk space for individual legacy static html sites on the scrippshtml.ucsd.edu server.

Submit a request for a static HTML site to siohelp@ucsd.edu and provide the following:

  • Site administrator name(s) with corresponding UC San Diego email account(s)
  • Existing domain (if available)
  • .zip file of your site

Follow the guide below to connect securely and transfer files from your Windows PC or Mac 

To transfer files between your computer and the scrippshtml server, you must use a secure file transfer protocol (SFTP) client. Unix users can use command line SFTP.

Secure File Transfer (SFTP)

Secure File Transfer Protocol (SFTP), also called SSH File Transfer Protocol, is a network protocol for accessing, transferring and managing files on remote systems. It's FTP over an SSH (Secure Shell) connection that provides for secure network services over an insecure connection.

 SFTP Using FileZilla

FileZilla is a free, open-source client for both Windows and Mac. It's fast, has several useful features, supports SFTP, and has an intuitive user interface.

...

To set up an SFTP connection to the scrippshtml server from the command line, follow these steps:

    1. Bring up a UNIX prompt and type sftp youractivedirectoryusername@scrippshtml.ucsd.edu
    2. Use your active directory username and password to log in
    3. The sftp> prompt will be displayed

...

Info
iconfalse

Use Relative Paths/Links

relative path does not contain any protocol or machine information. Its path generally refers to content on the same machine as the current document. You can tell if a link is relative if the path isn't a full website address. (A full website address includes http://www.) See examples below:

 Relative Paths

  • index.html
  • /graphics/image.png
  • /help/articles/how-do-i-set-up-a-webpage.html

Absolute Paths

  • http://www.mysite.com
  • http://www.mysite.com/images/image.png
  • http://www.mysite.com/team/exene.html

...


Your domain name

The name helps with search engine optimization (SEO). It makes it easy for people to find your site. See tips below:

Make it easy to type
Numbers and hyphens are often misunderstood — people who hear your website address don’t know if you’re using a numeral (5) or it’s spelled out (five) or they misplace or forget the dash or tilde.

Keep it short
Long and complex names make it easy to mistype or misspell.

Use keywords
Use words that describe your content/research

Target your research / area
If your research is in Antarctica - you may want to include it.

Avoid special characters, numbers and hyphens
People who hear your website address don’t know if you’re using a numeral (5) or it’s spelled out (five) or they misplace or forget the dash.

Resources:

...