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.

    Has anyone in these forums ever had experience of building ftp clients with php and the standard php commands?

    I am sure there must be someone out there who could provide some sort of indication of the best way to approach the problem of uploading mulitple files in one ftp transaction and mantaining adequate user feedback for the user who is performing the operation.

    Thanks.

      Write a Reply...