upa / mscp

mscp: transfer files over multiple SSH (SFTP) connections
GNU General Public License v3.0
128 stars 13 forks source link

Issue with resume transfer #16

Closed WeichenFan closed 5 months ago

WeichenFan commented 6 months ago

Hi,

I encountered this when I tried to resume the transfer: "mscp_checkpoint_load: [checkpoint.c:366:checkpoint_load_chunk] path index 583 not found". Can u help me with this?

Thx!

upa commented 6 months ago

To debug this, I need to investigate the checkpoint file that causes the error. Could you share it with me?

WeichenFan commented 6 months ago

Sure, can I share the file with u via the email?

upa commented 6 months ago

Yes, please send it to upa@haeena.net. Thanks.

WeichenFan commented 6 months ago

Thx!

upa commented 6 months ago

Thank you for sending the checkpoint file. I have determined the cause and pushed a commit to fixing this issue to the dev branch.

The checkpoint file you sent is broken, and the fixed version of mscp with -W will not make such a broken one. Could you test the dev branch in your environment?

upa commented 5 months ago

v0.2.1 including the fix for this issue was released.