![]() |
FTP create and send - 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: FTP create and send (/showthread.php?tid=5732) |
FTP create and send - palomino - 11.11.2024 Hello, can you help me with something simple, like creating a file in *.txt or *.csv 1. The name of the file is the date and time to be sent. 2. The content of the file is the date and time of a variable. 3. That it can be sent using FTP. Thank you very much. RE: FTP create and send - Daniel - 11.11.2024 See this. https://kb.logicmachine.net/scripting/export-last-hour-csv/ RE: FTP create and send - palomino - 05.02.2025 Hi, do you know how I can consult (from another device) files that I have created in the local FTP folder of the LM? What should be the correct syntax? RE: FTP create and send - admin - 06.02.2025 You can use ftp.get: https://lunarmodules.github.io/luasocket/ftp.html#get Explain your task, maybe there's a better/easier solution. |