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

[322 byte] By [d_nayeem_khan] at [2007-11-26 10:28:31]
# 1
Your question is better be asked on solaris forums, but, anyway, try to increase you openfiles limit:#ulimit -n 512will set your open files soft limit to 512.See man ulimit.
Denis_Antrushin at 2007-7-7 2:33:35 > top of Java-index,Development Tools,Solaris and Linux Development Tools...