ExtendApps Inc.
02/12/2025, 5:40 PMCeligo AI
02/12/2025, 5:40 PMAI generated answer (using internal Slack threads):The file size limitation for using N/SFTP in NetSuite is 10MB. This means that you cannot transfer a file from FTP to the file cabinet if it's more than 10MB. Even creating a file using N/file that exceeds 10MB is not possible, even if you aren't going to save it. Anything involving contents is limited to this size. If you need to create a file bigger than 10MB, you would need to use the File.appendLine method. For uploading a zip file into the File Cabinet, there might be other requirements that need to be met, but the file size limitation still applies. When using an SFTP connection, there is a limit to the number of files that can be returned in a single operation. The connection.list method will return the first 5000 files. If you need to process more files, you would need to implement a mechanism in your code to handle this, such as using a paged result set or moving processed files to another folder. ****** 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
02/12/2025, 5:40 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.843349934
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827168643
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.824185193
Celigo AI
02/12/2025, 5:40 PM