I'd like to take a screenshot every x minutes and upload it via FTP.
What's the easiest way to do this?
Found this, however it appears to have no possibility to do screenshots periodically: Can we directly upload and share screenshots?
Could I simly capture every x minutes triggered from a bash script?
Thanks for your help!
rcp {file} {user}@server:/{dir}/
is a method. You can also use sftp or ssh in similar fashion. – Rinzwind Aug 10 '18 at 22:32man iwatch
– waltinator Aug 10 '18 at 23:19