I have need to use a varible as a file (i.e. have a file handler actually point to a variable instead of a real file (or pipe)).
Purpose being, I would like to FTP data from somewhere and have it displayed directly without having to write it to a file. I also want to be able to write directly to FTP without reading a real file.
Is this possible? Any pointers would help...no pun intended 🙂
-peter