Skip to content

Commit

Permalink
Try to use local wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Oglopf committed Mar 13, 2024
1 parent c3a5360 commit e6e28c5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions source/reference/files/ondemand-d-ymls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -821,15 +821,17 @@ Configuration Properties
Add a Globus button to the file browser. The button opens the current directory
in the Globus transfer web app.

In the example with multiple endpoints, suppose you use the file browser to look at your file system.
If you were to select the ``/home`` path to see the contents and then click the Globus button, you would
see the endpoint associated with ``path: "/home"`` in the Globus interface.
In the example with multiple endpoints, suppose you use the local file browser to look at your local file system.
If you were to navigate to your local ``/home`` and then click the Globus button, you would
see a new tab open with the endpoint associated to that local path in the Globus interface.

If you then go back to the OOD file browser and select the ``/project`` path and then click the Globus button,
you would now see the endpoint associated with the ``path: "/project"`` endpoint in the Globus interface.
If you then go back to the localfile browser and navigate to ``/project`` and then click the Globus button,
you would now see the endpoint associated with that local ``/project`` directory open in the Globus interface
in a new tab.

The gist here is you *select the path on the filesystem in the file browser app first* then
click the Globus button to show the corresponding endpoint in the Globus interface in a newly opened tab.
The gist here is you *navigate to the desired directory using the local filebrowser* then
click the Globus button to show the corresponding endpoint in the Globus interface
which opens in a new tab.

Note that ``endpoint_path`` is the path that Globus will initialize to
and is very likely to be ``/`` regardless of the actual storage path.
Expand Down

0 comments on commit e6e28c5

Please sign in to comment.