Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
SFTP Tool
I posted this on the other forum section, but I think it belongs here.
One of the new features of SuiteScript API 2016.2 is the ability to connect to SFTP Servers directly from Netsuite. Unfortunately the process is a bit confusing if you are new to the SFTP world, so I created a tool that will help you jump-start your script.
I found this tool very useful as I was able to test an SFTP connection quickly for a client and turned out the SFTP server that they were trying to use didn’t actually support Netsuite’s approved algorithms (aes256-ctr, es192-ctr, es128-ctr), so it saved me a lot of time as I was able to quickly discard it and move on.
0