Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
services:network:scp:linux:scp-linux [2011/04/18 10:24]
marina
services:network:scp:linux:scp-linux [2011/04/18 10:47]
marina
Line 21: Line 21:
 a) Here there are two examples using kde: a) Here there are two examples using kde:
   * **1)** click on **the icon** on the main bar to open the main menu, **2)** ​ click on **System**, **3)** click on **Terminal**;​   * **1)** click on **the icon** on the main bar to open the main menu, **2)** ​ click on **System**, **3)** click on **Terminal**;​
-  * **1)** ​ click on **the icon** on the main bar to open the main menu,* *2)** click on **System Tools**, **3)** click on **Terminal**.+  * **1)** ​ click on **the icon** on the main bar to open the main menu, **2)** click on **System Tools**, **3)** click on **Terminal**.
 {{k.jpg|open a terminal using kde}} {{k.jpg|open a terminal using kde}}
 \\ \\
Line 32: Line 32:
 ==== 2-L->W ) Copying a file from your laptop to your SISSA workstation==== ==== 2-L->W ) Copying a file from your laptop to your SISSA workstation====
  
-   * **1)** at the prompt write:\\ +   * **1)** at the prompt write: 
-**scp** **local_path/​file_name_on_your_laptop** **<color teal>​your-SISSA-username@hostname:​dest_path/​new_file_name</​color>​** +**scp** ​//**local_path/​file_name_on_your_laptop** **<color teal>​your-SISSA-username@hostname:​dest_path/​new_file_name</​color>​**//\\
 \\ \\
-In the following example the local_path is the **working folder** on your laptop, so it is omitted, \\ +   * **2)** at the prompt write //**your ​SISSA password**// when requested.\\
-the file_name_on_your_laptop is **file_name**,​ \\ +
-the your-SISSA-username is **jsmith**, \\ +
-the hostname (the name of your Sissa linux workstation) is **bluestar.ap.sissa.it**,​ \\ +
-the dest_path (destination pathname) is **~/​Desktop/​** and the file will be copied with the same name (so it is not present a <color teal>​new_file_name</​color>​).\\ +
-**scp** **file_name** **<color teal>​jsmith@bluestar.ap.sissa.it:​~/​Desktop/</​color>​**\\ +
-   * **2)** at the prompt write **your ​sissa password** when requested.\\+
 {{scp_linux_1.jpg|Be sure about the pathnames and file names...}} {{scp_linux_1.jpg|Be sure about the pathnames and file names...}}
 +\\
 +\\
 +For example: **scp** //​**file_name** **<color teal>​jsmith@bluestar.ap.sissa.it:​~/​Desktop/</​color>​**//​\\
 +In that example the //​**local_path**//​ is the //working folder// on your laptop, so it is omitted, \\
 +the //​**file_name_on_your_laptop**//​ is //​file_name//,​ \\
 +the //​**your-SISSA-username**//​ is //jsmith//, \\
 +the **//​hostname//​** (the name of your Sissa linux workstation) is //​bluestar.ap.sissa.it//,​ \\
 +the //​**dest_path**//​ (destination pathname) is //​~/​Desktop///​ and the file will be copied with the same name (so it is not present a <//color teal>​new_file_name</​color//>​).\\
 +
  
 \\ \\
Line 49: Line 51:
 \\ \\
 ==== 2-W-->L ) Copying a file from your SISSA workstation to your laptop==== ==== 2-W-->L ) Copying a file from your SISSA workstation to your laptop====
-   * **1)** at the prompt write:\\ +   * **1)** at the prompt write:
 **scp** ​ **your-SISSA-username@hostname:​local_path/​file_name** **<color teal>​dest_path/​new_file_name</​color>​**\\ **scp** ​ **your-SISSA-username@hostname:​local_path/​file_name** **<color teal>​dest_path/​new_file_name</​color>​**\\
- 
 \\ \\
-In the following example the your-SISSA-username is **jsmith**, \\ +   * **2)** at the prompt write// **your SISSA password**// when requested.
-the hostname (the name of your SISSA linux workstation) is **bluestar.ap.sissa.it**,​\\ +
-the local_path is the **~/​Desktop**,​ \\ +
-the file_name is **file_name**,​\\ +
-the dest_path (destination_path) is **~/​Desktop** and the file will be copied with the same name (so the <color teal>​new_file_name</​color>​ is not present).\\ +
-**scp** ​ **jsmith@bluestar.ap.sissa.it:​~/​Desktop/​file_name ** **<color teal>​~/​Desktop</​color>​**\\ +
-   * **2)** at the prompt write **your SISSA password** when requested.\\+
 {{scp_linux_2.jpg|Be sure about the pathnames and file names...}} {{scp_linux_2.jpg|Be sure about the pathnames and file names...}}
 +\\
 +\\
 +For example: **scp** **//​jsmith@bluestar.ap.sissa.it:​~/​Desktop/​file_name <color teal>​~/​Desktop</​color>//​**\\
 + 
  
 +In that example the//** your-SISSA-username**//​ is //jsmith//, \\
 +the **//​hostname//​** (the name of your SISSA linux workstation) is //​bluestar.ap.sissa.it//,​\\
 +the //​**local_path**//​ is the //​~/​Desktop//,​ \\
 +the //​**file_name**//​ is //​file_name//,​\\
 +the **dest_path** (destination_path) is //​~/​Desktop//​ and the file will be copied with the same name (so the //<color teal>​new_file_name</​color>//​ is not present).\\
 +**scp** **//​jsmith@bluestar.ap.sissa.it:​~/​Desktop/​file_name <color teal>​~/​Desktop</​color>//​**\\
 +