Accessing AFS
Depending on the type of operating system you use, you will use a different means to connect to AFS to interact and manipulate your own data. We have already covered how you could transfer files back and forth between your computer and your network storage space (or AFS space) by using WinSCP, Fugu, or SecPanel (see Chapter 2 - Network Storage).
However, in addition to storing files to this space there is a rich environment to interact with. This environment will allow you greater control over your files, directories, and your use of AFS.
Windows XP Access
To access AFS from Windows XP you must first download an application called PuTTy. PuTTy is available via the ITECS at http://www.eos.ncsu.edu/remoteaccess/windows/ras-win-runapp-nix.html
- Download both the application and the automatic configuration file.
- Run the automatic configuration file.
- When propmted choose yes or ok.
- Now simply double click on the putty.exe icon.
- Choose which session you would like to use, click load, and then click open.
Mac OS X Access
Depending on which version of Mac OS X you are using, you will use different applications to gain access to AFS.
Mac OS X Leopard (10.5)
To access AFS from Mac OS X Leopard (10.5) you must first start up your terminal application. Terminal is found by going to the Finder -> Applications -> Utilities -> Terminal.
Once the window appears, simply type in the following:
ssh -X userID@remote-linux.eos.ncsu.edu
Mac OS X Tiger (10.4)
To access AFS from Mac OS X Tiger (10.4) you will need to first install X11 from your Tiger DVD. It is located within the Optional Installs budle on the disc. Once you have installed X11, you can find the application by going to Finder -> Applications -> Utilities -> X11.
Once the window appears, simply type in the following:
ssh -X userID@remote-linux.eos.ncsu.edu
Linux Access
To access AFS from Linux you must perform some configuration. Start by having an xterm window open.
Type in the following:
ssh -X userID@remote-linux@eos.ncsu.edu




