You are not logged in.

#1 2009-05-12 09:09:06

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

ftp syncronizer?

I keep my work on websites under git. It is an overkill for a lonely developer, I know.
But it is a great help because I often use different computers.

I put the files in the server via ftp, I have no other choices.
So, is there a good ftp syncronizer that does not get confused when I change computer?
Maybe even able to read the git's log to see what upload?

I tried weex, but when I am in a new computer it uploads everything to make its cache. ftpsync simply crashes with a Perl error...

At the moment I manually upload the modified files using gftp, but there must be a better alternative!
Maybe I'll try unison and curlftpfs...


Thanks for any advice.

Offline

#2 2009-05-12 10:49:25

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: ftp syncronizer?

ezzetabi,

perhaps lftp ?

It looks something like:

lftp -u user,pass -e "mirror --reverse --delete --only-newer --verbose /opt/MyDocs /MyDocs" ftp.whatever.com

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#3 2009-05-12 15:50:16

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: ftp syncronizer?

Sounds very good. Thanks. I'll try and report.

Offline

Board footer

Powered by FluxBB