Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Orion/Documentation/User Guide/Tasks/Exporting

Exporting

Exporting folders to your local computer

To export a folder from Orion to your local computer, do the following:

  1. Go to the Navigator page, and browse to the folder you want to export.
  2. Select the folder, and click Export as zip from the Actions menu.
  3. The contents of that folder will be downloaded to your local computer as a zip file. Use your browser's download view to find the downloaded file.

Tip: The Export as zip menu entry is actually a hyperlink that you can bookmark and fetch at any time. For example you can use a command line tool such as wget to fetch that zip file URL from your Orion workspace to export to any remote computer.

Exporting a single file to your local computer

To export a single file from Orion to your local computer, do the following:

  1. Go to the Navigator page, and browse to the file you want to export.
  2. Select the file, and click Raw from the Actions menu.
  3. The contents of that folder will be shown directly in your browser. Use your browser's Save command to copy the file into a local directory.

Exporting over SFTP

You can also export files to another networked computer using the SSH File Transfer Protocol (SFTP):

  1. Navigate to a folder in Orion that you want to export
  2. Click SFTP to... in the folder's drop-down menu
  3. Fill in or select the host and path to export files to
  4. Click Start Transfer to begin exporting. Progress will be shown in the title area until the import completes.

Back to the top