Replication: Storing snapshot at FTP site.
-
Can any one tell me how to configure FTP to save sanpshot. I want to store snapshot files to be stored at the FTP site(which is m/c oth er than the distributor/publisher) Plz tell me detailed procedure of how to do this. Thanks n Regards, Ruchir RuchirDhar Dwivedi Software Engineer Windowmaker Software Pvt.Ltd. Baroda, India.
-
Can any one tell me how to configure FTP to save sanpshot. I want to store snapshot files to be stored at the FTP site(which is m/c oth er than the distributor/publisher) Plz tell me detailed procedure of how to do this. Thanks n Regards, Ruchir RuchirDhar Dwivedi Software Engineer Windowmaker Software Pvt.Ltd. Baroda, India.
FTP has very little capability built into it. You won't be able to execute anything other than a file transfer or directory listing using it. You'll need to write a proc on the server to save a snapshot out of the database to a file. Then you'll need to write a set of code that does a put to the FTP site. If you are looking to code part of this in .net you can look into the FTP library from edt http://www.enterprisedt.com/downloads/csftp/csftp.html[^] Hope that at least points you in the right direction. Torin Blair
'In the immortal words of Socrates - "I drank what?".'