Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:centro:servizos:hpc:acceso_al_cluster [2016/06/20 14:15] – fernando.guillen | en:centro:servizos:hpc:acceso_al_cluster [2018/12/17 17:27] (current) – [File import/export] jorge.suarez | ||
---|---|---|---|
Line 32: | Line 32: | ||
To import and export the necessary files in and out the cluster the '' | To import and export the necessary files in and out the cluster the '' | ||
<code bash> | <code bash> | ||
- | scp -P 1031 [-r] < | + | scp -P 1301 [-r] < |
</ | </ | ||
Argument explanation: | Argument explanation: | ||
Line 45: | Line 45: | ||
<code bash> | <code bash> | ||
- | ct$ scp -P 1031 | + | ct$ scp -P 1301 |
- | ct$ scp -P 1031 -r user.name@ctXXX.inv.usc.es:/ | + | ct$ scp -P 1301 -r user.name@ctXXX.inv.usc.es:/ |
</ | </ | ||
Id using '' | Id using '' | ||
<code bash> | <code bash> | ||
- | local$ scp -P 1031 / | + | local$ scp -P 1301 / |
- | local$ scp -P 1031 -r / | + | local$ scp -P 1301 -r / |
</ | </ | ||