Table of Contents

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

1) Open a terminal

Open a terminal on linux using gnome

please note: depending of the operating system and software version command names can change…
a)Here there are two examples using gnome:

Open a terminal using gnome.
Go to the section Open a ssh connection on linux


Open a terminal on linux using kde

please note: depending of the operating system and software version command names can change…
a) Here there are two examples using kde:

Open a terminal using kde.


Please ALWAYS check that in the destination folder/directory it IS NOT PRESENT a file with the same name of the file which you have to copy there. If a file with the same name is present, using the copy command, this file will be overwritten.

2-L->W ) Copying 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: file_name jsmith@bluestar.ap.sissa.it:~/Desktop/
Be sure about the pathnames and file names...

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




2-W-->L ) Copying 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

L ) Copying a file from your SISSA workstation to your laptop" [2467-] -->