-------------------------------------------------------------------- FILE TRANSFER PROTOCOL -------------------------------------------------------------------- ---------------------------------------------------------------------- @filetransfer @ssh @FTP ---------------------------------------------------------------------- FILE TRANSFER zeus.ite.gmu.edu http://labs.vse.gmu.edu/index.php/FAQ/SSH http://labs.vse.gmu.edu/index.php/FAQ/SSH https://webdev.gmu.edu/connect-to-the-mason-cluster-via-ssh/#Using_Terminal_.28Mac_OS_X.2FLinux.29http://labs.vse.gmu.edu/index.php/FAQ/SSH#aba From Local to mason :~/scp –p filename yourname@mason.gmu.edu:. {. Dump in home directory} :~/scp –p filename yourname@mason.gmu.edu:FolderName . = main mason folder (replace . whith folder name at mason) From mason to zeus atsudent@zeus:~$ scp –p mason.gmu.edu:myfiles/myfile.* . From Zeus to mason atudent@zeus:~$ scp –p myfile.* mason.gmu.edu:myfiles From mason to Local :~/scp –p filename yourname@mason.gmu.edu:FolderName/filename localfolder or ./ for drop in current location http://infohost.nmt.edu/tcc/help/xfer/scp.html From mason to zeus atsudent@zeus:~$ scp -p mason.gmu.edu:myfiles/myfile.* . From Zeus to mason @cleaned above atudent@zeus:~$ scp -p myfile.* mason.gmu.edu:myfiles USING SCP http://infohost.nmt.edu/tcc/help/xfer/scp.html FTP http://www.coffeecup.com/direct-ftp/ --------------------------------------------------------------- SSH --------------------------------------------------------------- :~$ ssh mane@zeus.ite.gmu.edu :~$ ssh mane@zeus.vse.gmu.edu :~$ ssh name@mason.gmu.edu http://labs.vse.gmu.edu/index.php/FAQ/SSH http://labs.vse.gmu.edu/index.php/FAQ/SSH https://webdev.gmu.edu/connect-to-the-mason-cluster-via-ssh/#Using_Terminal_.28Mac_OS_X.2FLinux.29http://labs.vse.gmu.edu/index.php/FAQ/SSH#aba USING SCP http://infohost.nmt.edu/tcc/help/xfer/scp.html http://infohost.nmt.edu/tcc/help/xfer/scp.html