West Virginia Univeristy WVU Home A-Z Site Index Campus Map Directory Contact Us

How to transfer files to/from departmental servers:

Macintosh Users

Windows Users

WVU has purchased a site license for SSH/SFTP. You may download and use this software on your windows machine from – http://www.systems.wvu.edu/web/community/ .

In order to download from that site you must first sign up for a WVU community ID at: http://centralid.wvu.edu/

Unix Users

Unix users may connect to the Statistics Department server as follows:

At the command line:

% sftp username @stat.wvu.edu

Connecting to stat.wvu.edu...

The authenticity of host 'stat.wvu.edu (157.182.21.22)' can't be established.

RSA key fingerprint is 97:8c:41:27:eb:5e:7a:d6:dd:bb:db:a7:48:fa:10:83.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added 'stat.wvu.edu,157.182.21.22' (RSA) to the list of known hosts.

username @stat.wvu.edu's password:

sftp>

Then you may use ftp-like commands (get, put) to upload/download files. Type “help” at the sftp prompt for a complete list of commands and their uses. When finished with a session, type “exit” at the sftp prompt to return to your shell's command line.