UB Information Technology

Software

Linux

Connect to UBfs

Mount your UBfs space

Use SSHFS if you are using a Linux distribution that supports FUSE, such as Ubuntu.

Upload and download files using sftp

Connect to UBunix from either a terminal or console from the command line using your UBITname:

sftp UBITname@ubunix.buffalo.edu

No characters will appear when you enter your password. The prompt sftp> will appear.

Navigate to your filespace by typing:

cd /ubfs/myfiles/1st_letter_UBITname/2nd_letter_UBITname/UBITname

where 1st_letter__UBITname and 2nd_letter_UBITname are the first and second letters of your UBITname.

Transfer files by using get and put:

get <file> downloads <file> and saves it on your local machine
put <file> uploads <file> and stores it in your current UBfs folder

Type exit to quit sftp.

View your UBfs files using Nautilus/Gnome

  1. Double click on the Computer icon on the desktop; choose the File menu and then Connect to Server.
  2. Set the options in the dialog box using your UBITname and the 1st and 2nd characters of your UBITname:
    Service Secure WebDAV
    Server ubfs.buffalo.edu
    Folder ubfs/myfiles/1st_letter_UBITname/2nd_letter_UBITname/UBITname
    User Name Your UBITname
  3. Click on Connect and enter your UBITname password when prompted. A new window will open where you can browse your files. If you edit a file, you must save it locally on your computer then copy it back to UBfs.
  4. When done, right click on the ubfs.buffalo.edu icon and select Unmount Volume.