When integrating NetSuite with an SFTP server, you may encounter errors that prevent file uploads. One such issue is the FTP_FILE_ALREADY_EXISTS error, which can occur even when files have unique names. This article explains why this happens and how to resolve it.
While setting up an SFTP integration for a client, we ran into an issue where NetSuite kept failing to upload files, showing this error: FTP_FILE_ALREADY_EXISTS
At first, we thought it was due to duplicate filenames, but each file had a unique name. Even enabling replaceExisting (which should overwrite files) didn’t help.
Since I’ve handled SFTP integrations before without running into this, we knew something unusual was going on.
To rule out an issue with the SFTP server itself, we used FileZilla to manually upload the same files. That worked perfectly, confirming that the problem wasn’t on the server’s end but with how NetSuite handled the upload. With no clear solution, we reached out to NetSuite Support.
Turns out, NetSuite handles SFTP uploads differently from tools like FileZilla. Instead of just uploading the file, it follows a two-step process:
Here’s the catch: If a NetSuite account has never used SFTP before, this file listing function isn’t enabled by default. Since NetSuite couldn’t check whether the file existed, it just assumed it was already there and blocked the upload, triggering the FTP_FILE_ALREADY_EXISTS error.
Once NetSuite Support enabled the necessary backend settings, everything worked as expected. NetSuite could now upload files without errors.
If you're dealing with this issue, here’s what you can check:
Addressing these issues early can save you time and prevent roadblocks in your integration process. We’re always happy to share insights and collaborate to find solutions. If you're encountering similar integration challenges or looking to implement SFTP integrations without the need for a license, let’s connect and innovate together.
With over a decade of hands-on experience in NetSuite development, Vanessa has worked with global NetSuite partners and end-users, specializing in implementation, integration, administration, and support. She has led and built teams of developers throughout her consulting career. In 2015, Vanessa co-founded CloudCompass Technologies, where she took on the role of Delivery Manager, overseeing managed services for NetSuite clients.