SFTP File Transfer API
SuiteScript 2.x supports SFTP (Secure File Transfer Protocol), so you can securely transfer files between NetSuite and external FTP servers. SFTP is packaged with SSH and works like FTP, but with a secure connection. To authorize the server, you'll need a password GUID (Globally Unique Identifier) and either of the following:
-
DSA (Digital Signature Algorithm
-
ECDSA (Elliptical Curve Digital Signature Algorithm)
-
RSA (cryptosystem) host key
For additional information, see N/sftp Module.