Articles tagged #SFTP
Articles tagged
#SFTP
Setting Up the SFTP Connector SuiteApp
Make sure the following features are enabled in your account prior to installing the SFTP Connector SuiteApp:
SFTP Connector SuiteApp
The SFTP (Secure File Transfer Protocol) Connector SuiteApp enables you to directly transfer your payment files from NetSuite to your bank servers. You can also download files from your bank server to NetSuite. The SuiteApp establishes an SFTP connection between your NetSuite account and a remote SFTP server.
Unexpected Error Encountered When Connecting to SFTP Server Using SuiteScript
When connecting to SFTP server when using N/sftp module, users can get unexpected error.
Setting up an SFTP Transfer
Follow these steps to successfully connect to your SFTP server with SuiteScript:
Supported Cipher Suites and Host Key Types
SFTP connections are encrypted. For security reasons, NetSuite requires that the server to which a connection request is being made supports at least one of the following ciphers aes128-ctr, aes192-ctr or aes256-ctr. The preceding cipher specs refer to the AES cipher in Counter stream cipher mode using 128,192 or 256 bit key sizes.
SuiteScript - Troubleshoot SFTP Connections and Errors
When using the N/sftpSuiteScript 2.0Module in NetSuite, problems may be encountered during the development of Script that will use it. Therefore, is highly recommended to verify all the necessary settings and possible limitations when using this Module. Below are some considerations that need to be taken with the N/sftp Module. These are good practices which we strongly recommend to be taken when using this Module.
SuiteScript Throwing MUTUALLY_EXCLUSIVE_ARGUMENTS Error During SFTP Connection
When there is a use case to send 2 types of authentication at the same time, the below code throws error MUTUALLY_EXCLUSIVE_ARGUMENTS.