How to delete files on a server doesn't support SSH. Only sFTP.
        Posted  
        
            by kgpdeveloper
        on Server Fault
        
        See other posts from Server Fault
        
            or by kgpdeveloper
        
        
        
        Published on 2010-05-20T06:11:34Z
        Indexed on 
            2010/05/20
            6:20 UTC
        
        
        Read the original article
        Hit count: 302
        
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?
© Server Fault or respective owner