PermanentOrg / sftp-qa

GNU Affero General Public License v3.0
0 stars 1 forks source link

Record run time for complete upload/download operation #11

Closed Fenn-CS closed 1 year ago

Fenn-CS commented 1 year ago

Currently there's timing that measures how much time each file takes to upload or download.

With this commit, we can get the run time for a complete upload or download run (that is time taken to upload mutilple files and folders).

Fenn-CS commented 1 year ago

This is related to #10