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/ |