Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WEBSITE HOSTED BY OTHER COMPANY

Status
Not open for further replies.

rry2k

Programmer
Jun 28, 2001
678
US
Hi,
Our website is hosted by another company so my database resides on their server. I would like to be able to update the database on my server when updates are sent from the web. Is there a way to do an auto FTP in code?

Thanks..Russ
 
well i guess an auto FTP is only possile if your web hosting company grants you permission to connect to their server and download a mirror of the database off their server. So i guess you should talk to you hosting company about this.


;-)
 
How are the updates being done on the server? If it's with a cgi-program, especially perl, you should be able to add some code to ftp the data to you. There's a good perl FTP module or two at Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top