-
Notifications
You must be signed in to change notification settings - Fork 38.8k
feat(FTP Node): Add support for concurrent reads when using SFTP #17896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(FTP Node): Add support for concurrent reads when using SFTP #17896
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cubic analysis
1 issue found across 2 files • Review in cubic
React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
…tp-download-performance-in-ftp-node
…slow-sftp-download-performance-in-ftp-node
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
E2E Tests: n8n tests passed after 5m 12.1s Run Details
This message was posted automatically by
currents.dev | Integration Settings
|
Got released with |
Summary
This PR adds a new option to the FTP Node to support concurrent reads when using SFTP, This results in a 100MB download completing in ~19 seconds instead of 2+ minutes. This option is not enabled by default as some SFTP server configurations may not fully allow concurrent reads.
This PR also enables compression and bumps the package version.
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/NODE-2915/slow-sftp-download-performance-in-ftp-node
https://support.n8n.io/#ticket/zoom/18223
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)