Table of Contents

Scp usage from your laptop/pc Mac to your linux SISSA workstation


a) Open a terminal on your Mac workstation.
Search for the Terminal icon in /Applications/Utilities/Terminal and execute it (double click).
Search for the Terminal icon in /Aplications/Utilities/Terminal and execute it (double click)...


To avoid to overwrite unintentionally an existing file of the destination folder/directory, we suggest you to check ALWAYS the file names present in the destination folder/directory.

Copy a file from your laptop to your SISSA workstation.

scp local_path/file_name_on_your_laptop your-SISSA-username@hostname:dest_path/new_file_name

For example:
scp fiele_name jsmith@bluestar.ap.sissa.it:~/Desktop/
Be sure about the pathnames and file names...

In that example:
scp fiele_name jsmith@bluestar.ap.sissa.it:~/Desktop/


Copy a file from your SISSA workstation to your laptop

scp your-SISSA-username@hostname:local_path/file_name dest_path/new_file_name

For example:
scp jsmith@bluestar.ap.sissa.it:~/Desktop/file_name ~/Desktop
Be sure about the pathnames and file names..

In that example:
scp jsmith@bluestar.ap.sissa.it:~/Desktop/file_name ~/Desktop