Page 1 of 1

fwrite () to a file on another ftp

Posted: Fri Apr 02, 2004 6:59 pm
by Chris Corbyn
Hi,

Anyone got any idea how you can write data to a file stored on a different ftp to the one the php script is stored on?

Is there a SITE command that can do this?

Thanks :)

Posted: Sat Apr 03, 2004 10:31 pm
by TheBentinel.com
HTTP has a PUT command, but I've never used it. You could look into that.