This may sound funny but I want to ftp get an acsii file from a system (print server) right into an PHP Array without saving the file locally first. Is this possible?
I would also like to do the reverse, modify an array and send the text of the array to the ftp server, without creating a file then sending it. I have not seen any code to do this. I am guessing I might have to write out to a tmp file to do what I want to do. It would be great if I could avoid creating tmp files for this.
Any ideas?
Thanks!