PDA

View Full Version : instructions



never
05-10-2004, 01:16
I have visted and viewed the site quite a lot lately to get info on setting up my wl-500g and have seen that most if not all discussion revolves around linux fixes for things is there a way to effect changes with a windows interface and windows instructions or is this not possible?

My main aim is to set up the ftp server as a backup for my LAN computers but the stupidftpd seems very limited in the instructions it will take (I would like to copy only changed files not all files each time I backup)and I was hoping that there was a "windows" set of instructions to fix this.

Styno
05-10-2004, 08:23
You can creat a script which compares file sizes and change dates on both the FTP server and the local computer. If a file differes then you overwrite/copy it to the FTP server. This can easilly be done with PHP for example.