Commit 4f318516 authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

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.
parent bc744410
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
  }
  ''
    for u in $urls; do
      xrdcp --force "$u" "$out"
      xrdcp --verbose --force "$u" "$out"
      ret=$?
      (( ret != 0 )) || break
    done