You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can currently cancel downloading many files by finishing the download of the current file and skipping the rest. However, it would be nice to be able to cancel the download of a large file in the middle of the download as well.
This will require changing the implementation of the Device.put function to be cancelable instead of relying on the ssh2 module fastPut. It will probably also require that we save the remote file with a different name and then rename/replace the file with the correct name so that we don't end up with half of a file on the remote device.
The text was updated successfully, but these errors were encountered:
Spin off of #37.
We can currently cancel downloading many files by finishing the download of the current file and skipping the rest. However, it would be nice to be able to cancel the download of a large file in the middle of the download as well.
This will require changing the implementation of the
Device.put
function to be cancelable instead of relying on the ssh2 modulefastPut
. It will probably also require that we save the remote file with a different name and then rename/replace the file with the correct name so that we don't end up with half of a file on the remote device.The text was updated successfully, but these errors were encountered: