Skip to content

Fix (S)FTP processing (Fix #828)#836

Merged
VShawn merged 1 commit into1Remote:mainfrom
itagagaki:fix-ftp-processing
Jan 24, 2025
Merged

Fix (S)FTP processing (Fix #828)#836
VShawn merged 1 commit into1Remote:mainfrom
itagagaki:fix-ftp-processing

Conversation

@itagagaki
Copy link
Copy Markdown
Member

@itagagaki itagagaki commented Jan 20, 2025

  • Redesign asynchronous processing for (S)FTP
  • Remove ingenuity in keep-alive for FTP and use Config.Noop = true instead
  • Fix file transfer progress deviation

This fixes #828

- Redesign asynchronous processing
- Remove ingenuity in keep-alive for FTP and use Config.Noop = true instead
- Fix file transfer progress deviation
@VShawn
Copy link
Copy Markdown
Member

VShawn commented Jan 21, 2025

brilliant, I am currently working on #559, and will handle this PR when I have time to do the review. 👍

@VShawn VShawn added this to the NEXT milestone Jan 21, 2025
@VShawn VShawn added the general-refactor Refactoring existing feature label Jan 21, 2025
@VShawn VShawn self-requested a review January 22, 2025 07:23
Copy link
Copy Markdown
Member

@VShawn VShawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that all the methods have been changed to async, they seem to be working.

@VShawn VShawn merged commit f82bc03 into 1Remote:main Jan 24, 2025
@VShawn VShawn modified the milestones: NEXT, 1.2.0 Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

general-refactor Refactoring existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redesign (S)FTP asynchronous processing

2 participants