[PHP] [SOLVED] Re: [PHP] ftp_put()'ing a string ...

2006-07-13 Thread Jochem Maas
I figured out how to ftp a string into a remote file using the ftp streams wrappers. the code looks as follows (I leave out the definition of the [error logging] callback PLFTPServerNotifier() the prototype requirements of which can be found in the manual): array('overwrite' => false))); strea

[PHP] ftp_put()'ing a string ...

2006-07-12 Thread Jochem Maas
hi everyone, I was wondering if anyone knew how (if possible) I could take a string and ftp_put()/ftp_fput() that string directly onto the remote server as a file (without first saving the string to disk temporarily locally) I imagine that there is a way to create a stream that refers to the stri