![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| please help in rsync | naree | SUN Solaris | 10 | 10-01-2008 04:34 AM |
| rsync vs cp | jsy | UNIX for Dummies Questions & Answers | 1 | 03-24-2008 01:51 PM |
| rsync in ftp | Euler04 | Shell Programming and Scripting | 5 | 10-24-2005 04:17 AM |
| Rsync | darknite87 | UNIX for Advanced & Expert Users | 1 | 06-06-2002 12:37 PM |
| rsync | wz253 | UNIX for Dummies Questions & Answers | 6 | 09-04-2001 03:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
rsync over ftp
I need something like rsync but for synchronizing files on ftp server (perl is acceptable)
Thank you for advice |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
possible, but lftp will do it
Hi!
I was hoping to do the same thing. It turns out that it could be implemented in rsync, giving less functionality that rsync of course, but there is already a command-line program "lftp" that has a "mirror" command (to fetch; mirror -R to upload) that will do what you want. Good luck! M |
|
#3
|
|||
|
|||
|
I haven't done it myself yet, but I need to do something similar to maintain client websites, and I'm looking to mount the ftp location into the filesystem using 'curlftpfs' and then rsync my svn checkout to the mounted ftp location... not sure if this helps, but maybe it's a starting point for you.
|
|||
| Google The UNIX and Linux Forums |