Synchronizing WikidPad to between multiple locations

  • Synchro over FTP example
  • Under WinXP, you can declare a WebDav folder and declare a new wiki onto that folder. Works great at my side.
  • You can use Subversion

WinSCP-script

I do that with a WinSCP3-sync script, which I start in my logout.cmd.

It looks like this:

This is the file "sync.cmd":
winscp3 <Synr-auf-Delli.winscp
pause

--- cut ---

This is the file "Synr-auf-Delli.winscp":

open ftp.whatever.com
option transfer binary
option synchdelete on
  synchronize local Q:\Ho\Synr 
/var/www/web426/files/Koh/Kopien/RobBei/SynrWinSCPAutoDelete
exit