I've created a Rails 6 app that downloads data from an SFTP server. I have the Ruby script working and now need to automate the following:
Logon to the server --> Download the data --> Send the data files to a folder within the app or perhaps a dropbox folder? --> send an email letting me know when this has happened (or hasn't)
This would repeat on a daily basis at a given time.
I have the Whenever
gem installed. Are there ways of a) sending automated email announcements after task is done and b) sending the files to something like Dropbox or other cloud service?