sqdge Posted December 22, 2007 Posted December 22, 2007 Does anybody know of some software (pref. freeware) that would sync files on a local system to those on an FTP server automatically? For example, if I were to change anything on the local files, those changes would also occur to the files on the internet. Thanks
CyberNerd Posted December 22, 2007 Posted December 22, 2007 If you have control of the server, install rsync. rsync is designed for this task and is usually set up as a scheduled script. I have a remote webserver that runs ssh (SFTP) and use rsync to sync files from my local system via ssh. http://samba.anu.edu.au/rsync/
sqdge Posted December 22, 2007 Author Posted December 22, 2007 If you have control of the server, install rsync. rsync is designed for this task and is usually set up as a scheduled script. I have a remote webserver that runs ssh (SFTP) and use rsync to sync files from my local system via ssh. http://samba.anu.edu.au/rsync/ Sadly, I don't have control over the server - otherwise, that sounds like a good idea.
CyberNerd Posted December 23, 2007 Posted December 23, 2007 Check out Kermit. Kermit is a platform independent, scriptable ftp client: http://www.columbia.edu/kermit/ftpclient.html an automation howto for kermit is here: http://www.columbia.edu/kermit/ftpscripts.html
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now