How to transfer files to/from departmental servers:
Macintosh Users
- The best and easiest way to do this on the Mac is to connect using Netatalk via Appleshare.
- Click on the Go menu and choose “Connect to Server” and enter in: stat.wvu.edu
- Note: if connecting from home you must add port 12000 as follows: stat.wvu.edu:12000
- Then connect with your username and password. An icon will appear on your desktop, which is your home directory on the server. Simply drag and drop files to/from that folder.
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.





