Page 1 of 1

Copying files from local server to remote server?

Posted: Mon Apr 27, 2009 12:03 pm
by OMA
Hello all.

I'm trying to copy a group of images programatically from a local XAMPP PHP server running in Ubuntu Linux to a remote web host (a GNU/Linux server hosting provider). How could I go about this? I've read about cURL, but that's only for reading. How do I write the files to the remote server?

Thanks for your help!

Re: Copying files from local server to remote server?

Posted: Mon Apr 27, 2009 1:25 pm
by Yossarian
I use wget quite a bit to pull stuff onto my server (triggered with Cron etc) so can only imagine that wput does the opposite, sticks it somewhere.

wput at sourceforge