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

Difference between revisions of "Orion/Documentation/User Guide/Tasks/Exporting"

(Exporting a single file to your local computer)
 
(6 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
To export a folder from Orion to your local computer, do the following:
 
To export a folder from Orion to your local computer, do the following:
  
# Go to the [[Orion/Documentation/User_Guide/Reference/Navigator_page|Navigator page]], and browse to the folder you want to export.
+
# On the [[Orion/Documentation/User_Guide/Reference/Editing_page|Editing page]] select the folder that you want to export.
# Select the folder, and click the <b>Actions</b> button and select <b>Export as zip</b> from the drop down menu.
+
# Click the <b>Actions</b> gear and select <b>Export as zip</b> from its drop-down menu.
 
# 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.
 
# 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.
  
Line 15: Line 15:
 
To export a single file from Orion to your local computer, do the following:
 
To export a single file from Orion to your local computer, do the following:
  
# Go to the [[Orion/Documentation/User_Guide/Reference/Navigator_page|Navigator page]], and browse to the file you want to export.
+
# On the [[Orion/Documentation/User_Guide/Reference/Editing_page|Editing page]] select the file that you want to export.
# Select the file, click the <b>Actions</b> button and select <b>Raw</b> from the drop down menu.
+
# Click the <b>Actions</b> gear and select <b>Raw</b> from its drop-down menu.
# The contents of that folder will be shown directly in your browser. Use your browser's <b>Save</b> command to copy the file into a local directory.
+
# The contents of that file will be shown directly in your browser. Use your browser's <b>Save</b> command to copy the file into a local directory.
  
 
== Exporting over SFTP ==
 
== Exporting over SFTP ==
Line 23: Line 23:
 
You can also export files to another networked computer using the [http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol SSH File Transfer Protocol] (SFTP):
 
You can also export files to another networked computer using the [http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol SSH File Transfer Protocol] (SFTP):
  
# Navigate to a folder in Orion that you want to export
+
# On the [[Orion/Documentation/User_Guide/Reference/Editing_page|Editing page]] select the folder that you want to export.
# Click <b>SFTP to...</b> in the folder's drop-down menu
+
# Click the <b>Actions</b> gear and select <b>SFTP to...</b> from its drop-down menu.
# Fill in or select the host and path to export files to
+
# Fill in or select the host and path to export files to.
 
# Click <b>Start Transfer</b> to begin exporting. Progress will be shown in the title area until the import completes.
 
# Click <b>Start Transfer</b> to begin exporting. Progress will be shown in the title area until the import completes.
 +
 +
[[Category:Orion]]

Latest revision as of 11:34, 5 July 2017

Exporting

Exporting folders to your local computer

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

  1. On the Editing page select the folder that you want to export.
  2. Click the Actions gear and select Export as zip from its drop-down 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. On the Editing page select the file that you want to export.
  2. Click the Actions gear and select Raw from its drop-down menu.
  3. The contents of that file 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. On the Editing page select the folder that you want to export.
  2. Click the Actions gear and select SFTP to... from its 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