FTP Node Error Report – Directory Creation Not Working

I’m experiencing a problem with the FTP node in n8n when trying to create directories.
Other FTP operations (such as listing files or uploading files) work correctly, but creating a folder does not work at all.

When using the “Create Directory” operation:

  • No folder is created on the FTP server

  • No error message is shown

  • The node sometimes reports a successful execution even though nothing happened

  • The FTP server itself works fine (tested with external FTP clients)

Because of the missing error output, it’s very difficult to diagnose the cause.


Expected Behavior

  • The FTP node should successfully create the specified directory.

  • If directory creation fails (permissions, path, etc.), the node should return a clear error message.


Actual Behavior

  • Directory creation silently fails.

  • No directory appears on the server.

  • No error is displayed in n8n.

  • Node execution may misleadingly show success.

This leads to unclear behavior and makes the FTP functionality unreliable for automated workflows.

Conclusion

This appears to be a bug in the FTP node’s “Create Directory” function, as it fails without throwing an error and does not create the folder.

I can provide workflow exports, logs, and screenshots if needed.

Thank you!

Hi

Thanks for reporting this - could you provide me with the example workflow JSON - and steps to reproduce and I will look in to it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.