The home directory is server storage space provided by ONID for anyone with an ONID account. Here you will find 2GB of space, to be used for anything from hosting a website to saving a paper to so you can print it from the Library.
In the public_html folder, any files listed will be viewable publicly at people.oregonstate.edu/~<username> (where <username> is your ONID username). This is where you can place and maintain a website, or a more powerful application.
The other folder available, <username>, is a storage folder that can't be viewed by others, and is a good storage location for anything you want to be able to access from anywhere, but don't necessarily want others to be able to access/view.
First, select the option below which best describes where you are located:
If your Windows computer is on the OSU network (either plugged into a network port at a building on campus, using the OSU wireless network, or using VPN? from off-campus), you can mount your ONID home directory to your Windows computer. Follow these steps:
Note: These steps only work on Windows 2000 or Windows XP. If you have an older version of Windows, use the alternative instructions instead.
If your Windows computer is not on the OSU network, or the On Campus instructions do not work for you, you can use any SSH?-based secure file copy program. We recommend WinSCP to securely transfer files between your computer and your ONID account.
WinSCP is available at http://winscp.net/eng/download.php
Follow these steps to connect to your ONID account using WinSCP:
On the left side, you will see the files and directories on your computer. On the right side are the files and directories on your ONID account.
To transfer a file or directory from your ONID account to your computer, simply drag-and-drop the item from the right side to the left side. To transfer a file from your computer to your ONID account, drag-and-drop the item from the left side to the right side.
To close your connection and exit WinSCP, click on the Commands menu and choose Quit.
If your Mac OS X computer is on the OSU network (either plugged into a network port at a building on campus, using the OSU wireless network, or using VPN from off-campus), you can mount your ONID home directory to your Mac OS X computer. Follow these steps:
If your Mac computer is not on the OSU network, or the On Campus instructions do not work for you, you can use any SSH-based secure file copy program. We recommend Cyberduck to securely transfer files between your computer and your ONID account.
Cyberduck is available at http://cyberduck.ch/
You will see a listing of files and directories from your ONID home directory. To transfer a file or directory, simply drag-and-drop the item to or from your Mac.
To close your connection, click the Disconnect button.
AuthType Basic
AuthName "Password Required"
AuthUserFile /users/{uX}/{a}/{username}/.htpasswd
require valid-usershell:~> prompt type htpasswd -c .htpasswd {username} and press enter to create the .htpasswd file in your home directory. Replace {username} with the username you would like to user for web authentication. Note: If you wish to password protect another directory, type cd {directory path} before you create the .htpasswd file. Replace {directory path} with the directory path e.g. public_html/spring2010/assignments