View number of outgoing ftp connections
I have a Java application from a provider running on Solaris that makes ftp connections to a server. The java process memory usage is increasing constantly. I suspect that the ftp connections are not being closed and this is the cause for the memory not being freed.
Can you tell me how can i know the number of ftp connections that are open on the solaris machine?
Thanks

