Hi there
I want to transfer a data file that some other scripts I have written create, from a Mikrotik Router to a non Mikrotik FTP Server using a script and scheduling it to run on a periodic basis or to run when certain conditions are satisfied. In essence I want the Mikrotik Router to act as an FTP Client, not an FTP Server.
I've played around with fetch and I haven't been able to get it working in this manner and the documentation in the manual is very lacking in detail so I don't know if this is possible or not.
(BTW, yes technically I could write a script that runs on the FTP Server and pulls the file from the Mikrotik Router, but this would only satisfy the periodic transfer requirement. It would not satisfy my requirement to push the file up to a server when certain conditions are met.)
Anyone have any thoughts? Can fetch operate in this manner or should I use a different approach?
R