how to sync file on client and server

2010-11-02 Thread nu
I want to sync the file foder in different server,and I can't use ftp protocl. I try to sync files during defferent server and not use username and password to login. Anyone has good ideas? -- http://mail.python.org/mailman/listinfo/python-list

Re: how to sync file on client and server

2010-11-01 Thread Lawrence D'Oliveiro
In message , nu wrote: > I want to sync the file foder in different server,and I can't use ftp > protocl. > I try to sync files during defferent server and not use username and > password to login. Set up an SSH public/private key pair. Then run Rsync over SSH. Job done. -- http://mail.pytho