Added a comment: try 2
authoracadx0@9d7ca00c5a85a700a7209ab4fc2505189ded1aa3 <acadx0@web>
Sun, 1 Jan 2023 04:00:54 +0000 (04:00 +0000)
committeradmin <admin@branchable.com>
Sun, 1 Jan 2023 04:00:54 +0000 (04:00 +0000)
doc/forum/Way_to_add_file_in_other_directory_without_change__63__/comment_2_9d18e0752ae4b1ded9611759fbe2eeec._comment [new file with mode: 0644]

diff --git a/doc/forum/Way_to_add_file_in_other_directory_without_change__63__/comment_2_9d18e0752ae4b1ded9611759fbe2eeec._comment b/doc/forum/Way_to_add_file_in_other_directory_without_change__63__/comment_2_9d18e0752ae4b1ded9611759fbe2eeec._comment
new file mode 100644 (file)
index 0000000..4e9ce66
--- /dev/null
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="acadx0@9d7ca00c5a85a700a7209ab4fc2505189ded1aa3"
+ nickname="acadx0"
+ avatar="http://cdn.libravatar.org/avatar/b108d0f7ce179702be9003ca890a0131"
+ subject="try 2"
+ date="2023-01-01T04:00:54Z"
+ content="""
+Okay I got git annex addurl file:/// working with this config.
+
+```
+[annex \"security\"]
+       allowed-url-schemes = http https file
+       allowed-http-addresses = all
+```
+
+But it copies the file to local directory, is there a way to make it 
+just calculate checksum without copying(downloading) it?
+
+Or if there's just alternative way please let me know.
+"""]]