As the title suggests, I am using the s3cmd tool to upload/download files on Amazon. However I have to use Windows Server and bring in some sort of progress reporting. The problem is that on windows, s3cmd gives me the following error:
ERROR: Option --progress is not yet supported on MS Windows platform. Assuming -
-no-progress.
Now, I need this --progress option. Are there any workarounds for that? Or maybe some other tool?
Thanks.