Skip to content

Commit

Permalink
Update pelican.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaschos authored Nov 28, 2024
1 parent 3bebc7c commit ee4532b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/misc/pelican.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ Here are key examples for transferring files using the HTCondor plugin:
1. Transfer a file from the project directory to the EP environment:

transfer_input_files = osdf:///ospool/uc-shared/project/<your_project>/<file>
5. Transfer a file to the project directory from the EP environment:

2. Transfer a file to the project directory from the EP environment:

OSDF_LOCATION = osdf:///ospool/uc-shared/project/<your_project>/<file>
transfer_input_files = $(OSDF_LOCATION)/<file>

Note: The Pelican platform uses federated URLs for the origin, but the prefix osdf:// remains unchanged. After the upgrade, osdf:// maps to pelican://osg-htc.org/.
Note: The Pelican platform uses federated URLs for the origin, but the prefix osdf:// remains unchanged. After the upgrade, `osdf://` maps to `pelican://osg-htc.org/`

### Client tool Users - Transition from Stashcp to Pelican
If your runtime scripts at the EP rely on the stashcp tool, it will continue to work (version 6.12 or higher), except for recursive access (-r flag). However, we recommend transitioning to the Pelican client for improved compatibility and features.
Expand Down

0 comments on commit ee4532b

Please sign in to comment.