Skip Navigation
IT Connect
Connecting You to Information Technology at the UW

 

Moving Files to Your Shared UW Hosting Directory

IT Connect > Web > Publishing > Moving Files to Your Shared UW Hosting Directory

Your Web Directory (public_html)

Your Web directory lets you publish information on the Web. Putting a file in your Web directory makes it available to others via your URL address.

When you activate your Web directory, a shortcut called public_html is created in your home directory to make it easier to put files in your Web directory. Look for public_html when moving files to your Web directory.

Student Staff may have both a student_html and public_html.

Generic Transfer Settings

Generic Connection Settings
Setting Value
Hostname/Server Students: vergil.u.washington.edu
Staff/Faculty/Courses/Depts: ovid.u.washington.edu
Port 22
Protocol SFTP/SSH
Username NetID
Password NetID Password
Directory public_html

Moving Files from PC/Mac/Linux (FileZilla)

FileZilla is an open-source FTP/SFTP client that runs on Microsoft Windows, Mac OS X, and many flavours of GNU/Linux. FileZilla features powerful feature set, cross-OS compatibility, and is in active development. FileZilla can be found at the Tools for Safe and Secure Computing. After installation, refer to these directions to upload your files:

  1. StepsActions
  2. Open FileZilla
  3. Type in ovid.u.washington.edu for host. If you are a student, enter in vergil.u.washington.edu instead.
  4. Enter in your NetID and password.
  5. For port, type in "22."
  6. Click on "QuickConnect." It may ask you for confirmation regarding the server. Accept the dialogue.
  7. Click on "public_html" on the right side of the window. This will open your public_html folder.
  8. Navigate to the file you want to upload using the left-hand side, and then drag it to the right-hand side.

Troubleshooting

If you receive a "permission denied" response in your Web browser after uploading a file, you may not have your permissions set correctly. See Setting Unix Permissions For Web Pages for help.