I am looking for an FTP server running under Windows.

It should have a function that if the client uploads a file that already exists, the server can copy the old one somewhere as a backup. Any suggestions?

link|improve this question
Thinks for Gareth's edition, and sorry for my poor English. :) – Liu Yongtai Aug 22 '11 at 3:31
What exactly are you trying to achieve? I think you are going about it the wrong way. – jcrawfordor Aug 22 '11 at 3:56
feedback

2 Answers

You might want to look into a versioning control system (git, svn) and/or using windows task scheduler (create a task triggered by an event).

Have you tried using this: http://en.wikipedia.org/wiki/Continuous_data_protection ?

link|improve this answer
1  
also, how big are the files? – Alex Waters Aug 22 '11 at 6:08
feedback

I searched in the Internet, and found that there were some FTP server softwares could be configured to run a script when something happend. they are:

With some work on configuration and script, the function could be achieved. I adopted Sysax Multi Server, since zFTPServer's script function only be supported by non-free version.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.