... | ... | @@ -49,7 +49,7 @@ Please always select the second option, unless you really need to keep your sess |
|
|
|
|
|
In order to transfer files to/from the server, you can use any client that supports secure file transfers over an ssh tunnel.
|
|
|
|
|
|
#### Transfer Files from the Command Line
|
|
|
#### From the Command Line
|
|
|
|
|
|
From the command line, we recommend using [scp](https://linux.die.net/man/1/scp). You can click the link for the complete man page. A few basic examples are reported below:
|
|
|
|
... | ... | @@ -70,7 +70,7 @@ scp -r <path-to-folder> <user>@<server>:/home/<user>/<destination-path> |
|
|
|
|
|
All examples above must be executed *from your local machine*.
|
|
|
|
|
|
#### Transfer Files with a GUI Client
|
|
|
#### From a GUI Application
|
|
|
|
|
|
There are also several GUI clients that can be used to transfer files to/from the servers using ssh/scp tunneling. One example is [FileZilla](https://filezilla-project.org/).
|
|
|
|
... | ... | |