Difference between revisions of "SC Data Access"

m (Botto moved page SCDataAccess to SC Data Access)
Line 2: Line 2:


This page describes how a user can access their data on the SC environment
This page describes how a user can access their data on the SC environment
== Starting VPN (off-campus users only) ==
'''IMPORTANT''': When connecting from OFF-CAMPUS, you must have the USF VPN running already before connecting to the S: drive and the W: drive. See more on how to set up the VPN here: http://vpn.usf.edu


== SFTP/SCP ==
== SFTP/SCP ==

Revision as of 19:40, 20 February 2017

Accessing Your Data

This page describes how a user can access their data on the SC environment

SFTP/SCP

Several popular SCP clients are listed below. You should consult their respective documentation for usage information. You’ll need to remember the following:

  • Hostname: sc.rc.usf.edu
  • Port (if asked): 22
  • Username: Your USF NetID
  • Password: Your USF NetID Password

 

Popular clients:

Pros:

  • Highly Secure, Encrypted Communications
  • Usable from off-campus
  • Supports viewing and modifying Linux file permissions

Cons:

  • Some learning curve
  • Requires log in before each use

Command Line Tools

You can, of course, interact with your data from the command line via SSH. Popular SSH clients are listed below.

Pros

  • Highly Secure, Encrypted Communications
  • Usable from off-campus
  • Supports viewing and modifying Linux file permissions
  • The full power of a Linux command-line at your finger tips

Cons

  • For new users, the learning curve is great
  • Requires log in before each use
  • Its very easy to hurt yourself if you don’t know what you’re doing.