c# - file replication using asp.net webform -


i have 2 servers , need replicate file. if upload file server 1 file should replicated server 2 automatically , if delete file file should deleted other server. got idea can use wcf how don't know.

how can it?

so can done in many ways raging dropbox ( developers reference ) dfs replication in windows server ( dfs sync blog ). can ofcourse use wcf or of other ways exist upload files server including nancy , other lightweight frameworks (owin, kayak, firefly..) if choose path need write upload, remove, sync code each action system need handle , while do-able not seem effective ways, perhaps have other needs not explained in original post?

search on topics, try implement , if stuck feel free return stackoverflow code , questions.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -