veeso / termscp

🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB
https://termscp.veeso.dev
MIT License
1.66k stars 48 forks source link

[Feature Request] Resuming #133

Closed 0-wiz-0 closed 1 year ago

0-wiz-0 commented 1 year ago

Description

Please allow transfers to resume if the file already exists. Even better if it has a default setting.

Changes

The following changes to the application are expected

veeso commented 1 year ago

Implemented to work as:

0-wiz-0 commented 1 year ago

I took a look at the diff in #147 and it looks like it implements something different: When a file already exists and has the same metadata, the whole transfer is skipped.

With 'resume' I meant that when a file is partially transferred (e.g. because of network issues or server shutdown, or closing the client too soon) and the file is downloaded again, it should skip the already downloaded part of the file and continue from where it left off; I think right now it always will start at the beginning.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.