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!
Copying files from local server to remote server?
Moderator: General Moderators
Re: Copying files from local server to remote server?
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
wput at sourceforge