We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In order to download a file or folder from the server type the following command on your terminal(do not ssh to the server):
Downloading a file:
scp username@remotehost:path/inside/the/server/file.txt path/on/your/computer
scp -r username@remotehost:path/inside/the/server/file.txt path/on/your/computer