Skip to content
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

fix(FTP Node): Fix issue with creating folders on rename #9340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Joffcom
Copy link
Member

@Joffcom Joffcom commented May 8, 2024

Summary

We were not using the createDirectories option on FTP rename for folders that didn't exist, This PR will try to create a directory if this option is set and if the server returns a 451 error code. We may need to add more error codes in the future depending on FTP server implementation, This was tested with pure-ftpd.

Related tickets and issues

#9296

@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team node/improvement New feature or request labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team node/improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant