diff options
author | Arun Isaac | 2025-01-03 22:25:09 +0000 |
---|---|---|
committer | Arun Isaac | 2025-01-03 22:25:09 +0000 |
commit | 22d1c69a4921d01e19c178cbfef8d361f5f731f6 (patch) | |
tree | 95fc47cf36e64d816e14e3fbf268fdd0639a8237 | |
parent | 997bd4952195e80a080e4480be7006ddda6ac23e (diff) | |
download | globus-weblinks-22d1c69a4921d01e19c178cbfef8d361f5f731f6.tar.gz globus-weblinks-22d1c69a4921d01e19c178cbfef8d361f5f731f6.tar.lz globus-weblinks-22d1c69a4921d01e19c178cbfef8d361f5f731f6.zip |
Remove <> around YOUR-ENDPOINT-ID.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ Log in to the Globus web app, go to the `Collections` page, and find the collect Run the globus-weblinks script passing in your endpoint ID. The script will prompt you for authorization. Once authorized, it will print out HTTPS links to all your files. Write the links to a file. ``` -./globus-weblinks <YOUR-ENDPOINT-ID> > weblinks +./globus-weblinks YOUR-ENDPOINT-ID > weblinks ``` # Download your files using wget |