comment
authorJoey Hess <joeyh@joeyh.name>
Fri, 16 Sep 2022 17:08:14 +0000 (13:08 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 16 Sep 2022 17:08:14 +0000 (13:08 -0400)
doc/forum/Use_addurl_with_a_file_on_an_HPC_cluster/comment_11_7c7c0b3442902dbe0b9f875e0f1b634a._comment [new file with mode: 0644]

diff --git a/doc/forum/Use_addurl_with_a_file_on_an_HPC_cluster/comment_11_7c7c0b3442902dbe0b9f875e0f1b634a._comment b/doc/forum/Use_addurl_with_a_file_on_an_HPC_cluster/comment_11_7c7c0b3442902dbe0b9f875e0f1b634a._comment
new file mode 100644 (file)
index 0000000..307fee8
--- /dev/null
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 11"""
+ date="2022-09-16T16:57:36Z"
+ content="""
+git-annex doesn't prompt for passwords for files downloaded from the web,
+and it only stores the password if it's included in the url given to it. 
+
+So if you don't want to store the password in the git repository, storing
+it in an outside file like the netrc file seems like the only way.
+
+I wonder if the web special remote is a good fit for what you're doing at
+all. It's not intended for authenticated access, but for access to files on
+the public web. It may be that you would be better off using a
+special-purpose remote that handles the downloads and passwords in whatever
+way makes sense for the HPC cluster. See [[special_remotes/external]].
+"""]]