ECE Filebox
From CVL Wiki
(Difference between revisions)
(→Using the CVL Filebox) |
|||
Line 2: | Line 2: | ||
The CVL provides every user with a remote-mountable home directory that is backed up daily for 31 days. You can access this home directory over the network using SSH or an SMB client. Off-Campus use requires a [http://www.computing.vt.edu/internet_and_web/internet_access/vpn.html VT VPN] connection. | The CVL provides every user with a remote-mountable home directory that is backed up daily for 31 days. You can access this home directory over the network using SSH or an SMB client. Off-Campus use requires a [http://www.computing.vt.edu/internet_and_web/internet_access/vpn.html VT VPN] connection. | ||
+ | |||
+ | '''Filebox Webpage''' | ||
+ | ---- | ||
+ | Files that are placed in the '''public_html''' folder in your home directory can be access directly from a web broswer at: http://filebox.ece.vt.edu/~<USER> | ||
'''Windows XP''' | '''Windows XP''' |
Revision as of 14:53, 10 April 2012
Using the CVL Filebox
The CVL provides every user with a remote-mountable home directory that is backed up daily for 31 days. You can access this home directory over the network using SSH or an SMB client. Off-Campus use requires a VT VPN connection.
Filebox Webpage
Files that are placed in the public_html folder in your home directory can be access directly from a web broswer at: http://filebox.ece.vt.edu/~<USER>
Windows XP
- Open Windows Explorer [Start -> My Computer] and open the Tools menu -> Map Network Drive...
- In the Folder dialog box type: \\filebox.ece.vt.edu\<username>\
- Check 'Reconnect at Logon'
- Click on the 'Connect using a different user name.' link
- Enter your CVL username and password and hit OK
- Click Finish
- NOTE: If you already have a network drive open to filebox.ece.vt.edu, you must put in the IP address (128.173.88.43) in place of 'filebox.ece.vt.edu'. Example: \\128.173.88.43\<username>\
Windows Vista/7
- Open Windows Explorer [Start -> Computer] and click on 'Map Network Drive' in the top bar
- In the Folder dialog box type: \\filebox.ece.vt.edu\<username>\
- Check 'Reconnect at Logon'
- Check 'Connect using different credentials'
- Click "Finish"
- Enter your CVL username and password and hit OK
- NOTE: If you already have a network drive open to filebox.ece.vt.edu, you must put in the IP address (128.173.88.43) in place of 'filebox.ece.vt.edu'. Example: \\128.173.88.43\<username>\
Mac OS X
- Open a Finder window
- In the top menu bar, open Go -> Connect to Server...
- In the Server Address dialog box type: smb://<USER>@filebox.ece.vt.edu/<USER>
- Click 'Connect'
Linux
File Transfer is typically done using the SCP command.