aboutsummaryrefslogtreecommitdiff
path: root/globus-weblinks
AgeCommit message (Collapse)Author
2025-01-08Resume interrupted downloads.HEADmainArun Isaac
2025-01-04Print to stdout, not stderr.Arun Isaac
Since we are no longer printing out web links to stdout, we no longer care to separate out other printing to stderr.
2025-01-04Implement downloader in python too.Arun Isaac
Passing cookies to wget on the command line is a security risk. On a shared machine, other users can see your full command line. Passing it in using the --load-cookies option is too tedious—the file format required is archaic and hard to replicate by hand. So, we simply implement the downloader in python too. In any case, this makes for a more cohesive user experience.
2025-01-03Initial commitArun Isaac