Forum Moderators: coopster

Message Too Old, No Replies

Can any one tackle this problem

Its very urgent

         

ajay007 bond

2:56 am on Jun 11, 2005 (gmt 0)

10+ Year Member



Can any one explain how to move or transfer images from one network drive to other network drive.

I am working on a weather web page where I have to display the live satellite images.so I have to transfer the images captured in folder contained in server to our web server.

Can any one solve this using PHP scripting

Dijkgraaf

10:39 am on Jun 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Why do you want to use PHP for this?
Wouldn't a cron job be a better solution?

orion_rus

11:31 am on Jun 11, 2005 (gmt 0)

10+ Year Member



Yeap, you can do it with cron. in a cron task you need to make wget or something like this to transfer this files to your server (of cause if you know names)
Good luck to you