So I can do this: sftp user@server
These are the files https://gist.github.com/438a6b82aff3064a19c9
i need to delete files older than 60 days.
Any way to automate this?
find command doesn't work. deleting by wildcard doesn't work.
Rsync is supported. How is it done with rsync?