cyverse / gocommands

iRODS Command-line Tools written in Go
Other
29 stars 18 forks source link

upload progress? #2

Closed max-mapper closed 2 years ago

max-mapper commented 2 years ago

is it possible to see upload progress when doing gocmd put?

iychoi commented 2 years ago

There's --progress flag to display the progress.

gocmd put --progress <file1> ...

max-mapper commented 2 years ago

Oh of course, I must have missed that. Thanks