Skip to content

Fixed SecureConnection.savefile() timeout

Aaron Graubert requested to merge transfer-timeout into dev

Created by: agraubert

Timeout now applies to the operation as a whole. Additionally, the confirmation prompt will display the size of the file so the user is aware when choosing to accept.

Added a byteSize method to the main module which takes in a number of bytes and returns a human-readable string by converting that number to bigger and bigger units of bytes

closes #116 (closed)

Merge request reports