Brett Graffis Posted December 9, 2024 Posted December 9, 2024 I 've written a custom application that exports an XML file containing several pieces of information queried from Intacct. Currently, I have it downloading the file. What I would really like to do it upload the file to an FTP server. Is there a way to use/include something like basic-ftp - npm ? Or some other method of doing this within Intacct's Custom Application environment?
Lindsay Klatzkin Posted December 10, 2024 Posted December 10, 2024 From my understanding, all we can access via page script/platform application is plain ol JavaScript with jQuery and that we can't use anything like Node.js. 1
Recommended Posts