Can it be done - I am working on a system where I wish to open a persistent ftp connection to a remote ftp server. This ftp connection is stored in a custom object and the object is stored in a session variable which I am then trying to pass between different pages within a frameset. Currently I am having troubles passing the ftp connection between pages because I believe the ftp connection is being automatically killed at the end of the page that instantiated it.
I am using ftp_connect
Has anyone got any ideas how I could get around this - maybe my approach is too complex and I should run ftp transactions in one page - but I believe this will create all sort of time out issues with the page that could become a pain.
I look forward to any suggestions provided - although I think a persistent ftp connection has to be the solution - if it is possible.
Thanks in advance. NICK.