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:
parent
bc744410f5
commit
4f31851638
@ -23,7 +23,7 @@
|
||||
}
|
||||
''
|
||||
for u in $urls; do
|
||||
xrdcp --force "$u" "$out"
|
||||
xrdcp --verbose --force "$u" "$out"
|
||||
ret=$?
|
||||
(( ret != 0 )) || break
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user