I have a machine, I have a hosting with FTP. On my venture I found out about lftp
.
And the instructions are here: http://www.dangibbs.co.uk/journal/ftp-sync-usin-linux
Snippet is this:
open ftp://username:password@website.com
mirror -v --only-newer /home/local/path/ /website.com/public_html/
Do these things still work? Also, how do I loop it? I don't want to spam my computer with looping query, and execute 200000 mirrors in a second, when I'll update in 5 next seconds. Is there a way to make it automatic, so that I can leave it in background and let it go, I just want to update my files and have program update it on the FTP server.