xrootd.fetchxrd: show progress bar with --verbose

Show the progress bar and other information during the download.
Provide a way to distinguish connection interrupt from authentication failure.
This commit is contained in:
Yueh-Shun Li 2023-08-03 07:57:02 +08:00
parent bc744410f5
commit 4f31851638

View File

@ -23,7 +23,7 @@
}
''
for u in $urls; do
xrdcp --force "$u" "$out"
xrdcp --verbose --force "$u" "$out"
ret=$?
(( ret != 0 )) || break
done