ECE Filebox

From CVL Wiki

(Difference between revisions)
Jump to: navigation, search
(Using the ECE Filebox)
 
(38 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Using the CVL Filebox ==
+
== Using the ECE 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. All off-Campus use requires a [http://www.computing.vt.edu/internet_and_web/internet_access/vpn.html VT VPN] connection.  
+
*The ECE Filebox 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.
 +
 
 +
*'''All off-Campus use requires a [https://vt4help.service-now.com/sp?id=kb_article&sys_id=d5496fca0f8b4200d3254b9ce1050ee5 VT VPN] connection.'''
  
  
 
'''Filebox Webpage'''
 
'''Filebox Webpage'''
 
----
 
----
*Files 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>
+
*Files placed in the '''public_html''' folder in your home directory can be accessed directly from a web broswer at: <nowiki>http://filebox.ece.vt.edu/~USERNAME</nowiki>
 
+
See [[Password lock a web page]] to add VT PID login protection to your ECE filebox web access.  
 
+
'''Windows XP'''
+
----
+
[[Image:win_map_drive1.jpg|thumb|(fg.1) Map Network Drive options]]
+
 
+
[[Image:win_map_drive2.jpg|thumb|(fg.2) Connect as a different user]]
+
 
+
'''Step One'''  Open Windows Explorer [Start -> My Computer] and open the Tools menu -> Map Network Drive...
+
 
+
'''Step Two'''  In the Folder dialog box type: '''\\filebox.ece.vt.edu\<username>\''' .
+
 
+
'''Step Three''' Check '''Reconnect at Logon'''.
+
 
+
'''Step Four'''  Click on the '''Connect using a different user name.''' link.
+
 
+
'''Step Five'''  Enter your CVL username and password and hit '''OK'''.
+
 
+
'''Step Six'''  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'''
 
'''Windows Vista/7'''
Line 35: Line 16:
 
[[Image:Win7_mapnetwork2.JPG|thumb|(fg.2) Windows 7 Map Network Drive]]
 
[[Image:Win7_mapnetwork2.JPG|thumb|(fg.2) Windows 7 Map Network Drive]]
  
'''Step One''' 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>\ .
+
#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\YOUR_USERNAME\'''
 +
#Check '''Reconnect at Logon'''.
 +
#Check '''Connect using different credentials'''.
 +
#Click '''Finish'''.
 +
#Enter your ECE 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\YOUR_USERNAME\
  
'''Step Two''' Check '''Reconnect at Logon'''.
+
 +
'''Windows 10''' - smb 1.0 connections may not be supported in later revisions of Win 10
 +
----
  
'''Step Three''' Check '''Connect using different credentials'''.
+
#Click Start Button (Windows Button), Open '''File Explorer''' and select '''This PC'''
 +
#Click '''"Computer"''' next to '''File''' option in Menu Bar on top left corner of the screen.
 +
#Click on '''Map Network Drive''' (Do not change the drive option if you are not sure what you are doing)
 +
#In the Folder dialog box type:  '''\\filebox.ece.vt.edu\YOUR_USERNAME\'''
 +
#Make sure that the box in front of '''Reconnect at Sign-in''' and '''Connect using different credentials''' is checked.
 +
#Enter your username and password when prompted. (If you are successfully connected, you will see a '''public_html''' folder.)
  
'''Step Four''' Click '''Finish'''.
+
To '''Disconnect''', click on the down arrow under '''Map Network Drive''' and click '''Disconnect Network Drive'''
  
'''Step Five''' 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\YOUR_USERNAME\
  
* '''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'''
 
'''Mac OS X'''
 
----
 
----
'''Step One''' Open a Finder window.
+
#Open a Finder window.
 +
#In the top menu bar, open Go -> Connect to Server...
 +
#In the Server Address dialog box type: '''smb://YOUR_USERNAME@filebox.ece.vt.edu/YOUR_USERNAME'''
 +
#Enter your password when prompted.
 +
#Click '''Connect'''.
  
'''Step Two''' In the top menu bar, open Go -> Connect to Server...
+
*You can also use the '''SCP''' command to do the same task. Below is the description of how to use SCP command. Use it in the same manner in the terminal in OS X.
  
'''Step Three''' In the Server Address dialog box type: smb://<USER>@filebox.ece.vt.edu/<USER> .
 
  
'''Step Four''' Click '''Connect'''.
+
'''Linux'''
 +
----
 +
Use the following command to connect to the filebox using a terminal
  
 +
  ssh -X ECEUSERNAME@filebox.ece.vt.edu
  
'''Linux'''
+
*'''File Transfer''' is typically done using the [http://en.wikipedia.org/wiki/Secure_copy SCP] command.
----
+
  
*File Transfer is typically done using the [http://en.wikipedia.org/wiki/Secure_copy SCP] command.
+
To copy file from '''Local Host to Remote Host''':
 +
: Use the following command:
 +
  scp SourceFile ECEUSERNAME@filebox.ece.vt.edu:directory/TargetFile
 +
To copy files from '''Remote Host to Local Host''':
 +
: Use the following command:
 +
  scp ECEUSERNAME@filebox.ece.vt.edu:directory/SourceFile TargetFile
 +
: use ''''-r'''' to copy the whole directory
 +
  scp -r ECEUSERNAME@filebox.ece.vt.edu:directory/SourceFolder TargetFolder

Latest revision as of 12:35, 18 May 2020

[edit] Using the ECE Filebox

  • The ECE Filebox 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.
  • All off-Campus use requires a VT VPN connection.


Filebox Webpage


  • Files placed in the public_html folder in your home directory can be accessed directly from a web broswer at: http://filebox.ece.vt.edu/~USERNAME

See Password lock a web page to add VT PID login protection to your ECE filebox web access.

Windows Vista/7


(fg.2) Windows 7 Map Network Drive
  1. Open Windows Explorer [Start -> Computer] and click on 'Map Network Drive' in the top bar
  2. In the Folder dialog box type: \\filebox.ece.vt.edu\YOUR_USERNAME\
  3. Check Reconnect at Logon.
  4. Check Connect using different credentials.
  5. Click Finish.
  6. Enter your ECE 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\YOUR_USERNAME\


Windows 10 - smb 1.0 connections may not be supported in later revisions of Win 10


  1. Click Start Button (Windows Button), Open File Explorer and select This PC
  2. Click "Computer" next to File option in Menu Bar on top left corner of the screen.
  3. Click on Map Network Drive (Do not change the drive option if you are not sure what you are doing)
  4. In the Folder dialog box type: \\filebox.ece.vt.edu\YOUR_USERNAME\
  5. Make sure that the box in front of Reconnect at Sign-in and Connect using different credentials is checked.
  6. Enter your username and password when prompted. (If you are successfully connected, you will see a public_html folder.)

To Disconnect, click on the down arrow under Map Network Drive and click Disconnect Network Drive

  • 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\YOUR_USERNAME\


Mac OS X


  1. Open a Finder window.
  2. In the top menu bar, open Go -> Connect to Server...
  3. In the Server Address dialog box type: smb://YOUR_USERNAME@filebox.ece.vt.edu/YOUR_USERNAME
  4. Enter your password when prompted.
  5. Click Connect.
  • You can also use the SCP command to do the same task. Below is the description of how to use SCP command. Use it in the same manner in the terminal in OS X.


Linux


Use the following command to connect to the filebox using a terminal

  ssh -X ECEUSERNAME@filebox.ece.vt.edu
  • File Transfer is typically done using the SCP command.

To copy file from Local Host to Remote Host:

Use the following command:
  scp SourceFile ECEUSERNAME@filebox.ece.vt.edu:directory/TargetFile

To copy files from Remote Host to Local Host:

Use the following command:
  scp ECEUSERNAME@filebox.ece.vt.edu:directory/SourceFile TargetFile
use '-r' to copy the whole directory
  scp -r ECEUSERNAME@filebox.ece.vt.edu:directory/SourceFolder TargetFolder
Views
Personal tools
Support