27. September 2022 1 min read

Curl show upload progress information

All the online tutorials claim that curl shows detailed progress information while downloading and uploading. While I do realize than when downloading with curl command the information is shown, that is not the case when uploading. For some reason you need to output it to stdout with.

curl -o /dev/stdout -T localfile remotefile

Newest from this category: