From the README:
"sitecopy allows you to easily maintain remote Web sites.
The program will upload files to the server which have changed locally,
and delete files from the server which have been removed locally, to keep
the remote site synchronized with the local site, with a single command.
sitecopy will also optionally try to spot files you move locally,
and move them remotely. FTP, WebDAV and HTTP-based authoring
servers are supported."
The project homepage of sitecopy: http://www.lyra.org/sitecopy/
I have built a binary package for
OS/2 /
eComStation.
Here is the link to the latest version:
Building for OS/2 was easy using a standard toolset and
GCC 3.3.5 for OS/2
- Unpack the sources
- add a line like
AR=G:/Dev/gcc/335csd1/usr/bin/ar.exe
to your local CONFIG_SITE
sh configure --prefix=/usr
make
make install
- create html-version of the manpage using a man2html perl-script:
man sitecopy | man2html.cmd > sitecopy.html
Franz Bakan, 4. April 2006