I wrote: > I'm building an HTML tree on Debian potato that I need to move > over to a (gasp!) WinNT web server. The web server admin gave me > ftp access to the WinNT machine. Ideally, I want to run a script > that uses ftp to keep the files on the NT machine in sync with my > development tree on Debian (not the reserve). > > Is there an rsync-like tool that uses ftp only? (I couldn't find > an rsync server for NT).
I finally did it by writing a small perl script using libnet-perl. I use brute force and delete everthing and transfer it back again. Since it's on a local network, that's okay. Peter

