This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
access [2018/10/24 11:56] lcardoso [Step 1: Connect to the host] |
access [2018/10/24 11:57] (current) lcardoso [If you need to copy files from your PC to CorteXlab] |
||
---|---|---|---|
Line 111: | Line 111: | ||
Use ''scp'' but be aware that the port option for ''scp'' is ''-P'' (not ''-p'' as in ''ssh'') | Use ''scp'' but be aware that the port option for ''scp'' is ''-P'' (not ''-p'' as in ''ssh'') | ||
<code> | <code> | ||
- | you@yourpc:~$ scp -P 2269 [-i path/to/the/key] yourLocalFile username@gw.cortexlab.fr:distantFilePath | + | you@yourpc:~$ scp [-P PORT] [-i path/to/the/key] yourLocalFile username@gw.cortexlab.fr:distantFilePath |
</code> | </code> | ||
| |