Skip to content

How to download files folder from the old website database

Anna Paula Maule edited this page Aug 25, 2016 · 4 revisions

Downloading files/folders from the server

Requirements

  • Have account/permission to access the database

Instructions

  • 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

  • Downloading a folder:

scp -r username@remotehost:path/inside/the/server/file.txt path/on/your/computer