![]() |
Network Folder - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Network Folder (/showthread.php?tid=4241) |
Network Folder - Krstfr2k - 14.09.2022 Hello! Is it possible for the LM to access files (.csv) on a shared network folder? RE: Network Folder - admin - 14.09.2022 Network share (SMB/CIFS) is not supported. But you can use FTP or HTTP instead. RE: Network Folder - Krstfr2k - 15.09.2022 (14.09.2022, 13:08)admin Wrote: Network share (SMB/CIFS) is not supported. But you can use FTP or HTTP instead. Ok, are there any available scripts for reading .csv files from FTP server lying around? Tried searching for it but I did not find anything. RE: Network Folder - admin - 15.09.2022 Code: require('socket.ftp') |