problem with ftp
hi
I am trying to execute ftp command from my process,but its fails with error
[b]ftp: fdopen failed.[/b]
i came to know that fdopen fails if more than 256 files are open
now my process has more than 256 file descriptor open and they are necessary.
is there any other way ..please help

