fwrite () to a file on another ftp

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

fwrite () to a file on another ftp

Post 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 :)
TheBentinel.com
Forum Contributor
Posts: 282
Joined: Wed Mar 10, 2004 1:52 pm
Location: Columbus, Ohio

Post by TheBentinel.com »

HTTP has a PUT command, but I've never used it. You could look into that.
Post Reply