Skip to content
GitLab
  • Explore
  • Sign in
  • EDA Guides
  • eda-servers-guide
  • Wiki
  • connection

connection · Changes

Page history
Update connection authored May 06, 2021 by Daniele Jahier Pagliari's avatar Daniele Jahier Pagliari
Show whitespace changes
Inline Side-by-side
connection.md
View page @ c2beb445
......@@ -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/).
......
Clone repository
Home

Server Information
Account
Connecting to the Servers
  • Maintaining a Permanent Shell
  • File Transfers
Storage Management and Quotas
Monitoring Resources
  • Monitoring CPU and RAM
  • Monitoring GPU
  • Monitoring Storage
Gitlab
Software and Libraries
  • Additional Software on Philae
  • Remote Code Deployment
  • Python Virtual Environments
  • EDA Technology Libraries
  • Shared Datasets
Miscellaneous
  • Setting CUDA Drivers on Icaro

Sidebar