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
In Aspera, we are passing -k2 argument which means we have implemented the resume functionality(Aspera Resume). It is accurately working in the backend when you just pause the submission or when you close the tool and re-open. But in the front end, progress bar won't start where it resume in the second time when you try to continue.
In FTP, this resume functionality is not available. Unlike in Aspera, it wont check the last bytes and continue. The workaround I see is that we might have to update a temporary file(.px_tool/sub_record.px in the home folder) while data getting transferred/when application exits and then read read the last byte and reset the FTP start byte to the last byte. This is not straight forward solution which takes time. Need to find a better solution for this.
The transfer resume is important if the connection fails, we should be able to resume/restart the transfer.
The text was updated successfully, but these errors were encountered: