Milcho Dimkov
04/20/2025, 5:37 AMCeligo AI
04/20/2025, 5:37 AMAI generated answer (using internal Slack threads):Based on the conversations, it appears that when you download a file via the SFTP module in NetSuite, it returns a file.File object. To access the contents of this file, you would typically use methods like File.getContents(). However, there is no direct mention of a method to save these files directly to the File Cabinet without using getContents(). In terms of uploading a file to the File Cabinet from outside of NetSuite, one of the suggestions is to use a Suitelet URL which your application can ping. This would initiate the upload from outside of NetSuite to a location that NetSuite can access. For sending files from the File Cabinet to an SFTP site, it seems to work well and can be done with just a few lines of code. It can also leverage a personal key instead of a password for the site. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
04/20/2025, 5:37 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.858594894
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823076367
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817581713
Celigo AI
04/20/2025, 5:37 AM