Options for downloading a small (5mb) CSV file from FTP & emailing it?
I'm looking for a service (or most likely a pair of services) I could use to periodically download a CSV file from an FTP server and email it to a specific address. This is intended as a very temporary workaround to thorny corporate bureaucracy so I'd prefer something free (and easy to set up, as I'm leaving my job in two weeks and mostly just trying to get something running as a courtesy to my team).
Current plan is a python script running as a cron job on coworker's computer + mailgun's free tier, but I'm hoping there might be something a little less janky.
Thanks for the suggestions - we ended up using Applescript with Outlook and cURL since that's what he knew how to do and that wound up being much simpler than I expected.
use Linux tools.
cron + cURL + sendmail can get the job done in a snap.
You can even pack them in a Docker Image and you're done.
Is there a reason that a piece of corporate tech must be delivered for free?
You can make a script that will send it using your coworkers Outlook.
I would do the cron job, but from an aws lambda or similar service.
Koamnabababakalanabahabababzbbaj
the python script will be fine frankly