Hi this is vasanth am working in china in a s/w company. how to make communication between 2 different server. in my situtation our office is in 2 different country. i.e China & Swizerland. Data must transfer from china country server to Swizerland country server continously. Normally i will do all my key-in works in china and it will be store in china server DB (want to pass to DB of swizerland server). if internet connection between china sever and swizerland server disconnected means last updated data's must be refelect in DB of swizerland server also.
thanks for ur reply. it's an windows server. how can i use FTP. what r the thing i need to know for FTP concept
Install http://filezilla-project.org/download.php?type=server on the other server and u can connect to it using a ftp client .. but this is for data transfer...
If you are passing data between databases, you will want to look into the remote versions of the 'slave' or 'replication' features of your DB software. For MySQL you can look here: MySQL Replication. Be sure to check the security features; It would not be nice to send customer data in the clear to a remote database You can do FTP, but the question is how recent the 'slave' DB needs to be; In the case of MySQL, you can do a periodic mysqldump, FTP (SFTP or better - SSH) the result to the remote and then load the data to the remote DB.
hi, i'm in need to transfer some files from internet(html links) to ftp server.. can i do that without downloading to local and then uploading....
No yaar.. that is yahoo server.. can i able to download thro' some server side script like php...........
Thanks for ur reply Gnetcoder.. Actually we are plan to use SQL Server 2008 with Replication package for designing. do u have have documents for installing SQL server with Replication concept. Do u have any material
Sorry, I m really not that familiar with SQL server; Maybe someone in the forum has some experience? I did a quick google for 'sql server replication' and came up with some hits; you might start there to look for some relevant info.