New SFTP File Upload Preference in NetSuite

NetSuite introduces a new SFTP preference to use LIST for file checks, improving uploads to non-compliant servers.

·2 min read·8 views·View Oracle Docs

TL;DR

Starting in NetSuite, a new preference named SFTP: Use LIST to Test That a File Exists helps users avoid false FILE_ALREADY_EXISTS errors when uploading files to SFTP servers that do not support the STAT command. This enhancement optimizes SFTP file uploads.

What Is the New SFTP Preference?

The new preference available on the General Preferences page allows administrators to change how the system checks for file existence during SFTP uploads. While the default method is to use the STAT command, some SFTP servers do not support this command, leading to inaccurate error messages indicating that files already exist.

How It Works

When the SFTP: Use LIST to Test That a File Exists option is checked, the NetSuite N/sftp module will switch its file-existence check from STAT to LIST. The LIST command is generally more widely accepted across different SFTP implementations, thus reducing the risk of encountering duplicate file errors during uploads.

Note: Admins require the Set Up Company permission to modify this preference setting.

Who This Affects

  • Administrators: Responsible for setting up general preferences in NetSuite.
  • Developers: Involved in integrating and managing file uploads via SFTP protocols.
  • Operations Teams: Rely on efficient file transfer processes in day-to-day activities.

Key Takeaways

  • A new preference to switch from STAT to LIST for file existence checks.
  • Helps eliminate false duplicate file errors on SFTP uploads.
  • Requires appropriate permissions to configure this setting.

Source: This article is based on Oracle's official NetSuite documentation.

Frequently Asked Questions (4)

What permissions are required to modify the new SFTP file upload preference?
Administrators need the 'Set Up Company' permission to modify the SFTP file upload preference on the General Preferences page.
How does the new SFTP preference affect file uploads to non-compliant servers?
The preference allows NetSuite to use the LIST command instead of STAT for file existence checks, reducing false FILE_ALREADY_EXISTS errors when uploading to SFTP servers that do not support STAT.
Is the new SFTP preference setting applicable to NetSuite's standard and WMS functionalities?
The article specifically discusses the SFTP preference within the context of general NetSuite usage without specifying WMS, implying it is part of broader administrative and integration tasks.
Are there any user roles specifically affected by the new SFTP preference?
Administrators, developers, and operations teams are affected, as they are involved in setting preferences, managing SFTP integrations, and relying on efficient file transfers, respectively.
Source: New Preference to Use LIST for SFTP File Uploads Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Administration

View all Administration articles →