Mike Romberg - 2018-06-06

There is nothing special about any of the executables you can run from the gfe's Scripts configuration file entry. So, one can create a script or executable with whatever programming language you want to do whatever you want and add it to the gfe config file "Scripts" entry. Your script will then show up in the gfe's menu.

It would probably be easiest to write the script and get it running on the command line first.  Then add it to the gfe config file after it is working.

  Python has alot of modules for doing things like ftp and that is probably what I would use.   But there any many many other options out there as well.   Depending on what you want to do even a simple bash shell script and something like rsync might do what you need.