Re: [vfs] FTPS

2012-04-02 Thread Gary Gregory
Did you figure this out? Gary On Wed, Mar 21, 2012 at 9:25 AM, Jose Juan Montiel josejuan.mont...@gmail.com wrote: Hi, i'm trying to use VFS to connect to VSFTP server with FTPS (Explict) with a sample cert. If i follow sample use... finally i receive a 522 Data connections must be

getservbyname

2012-04-02 Thread Jörg Schaible
Guys, do we have somewhere an equivalent for the C system call getservbyname in commons? - Jörg - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org

Re: getservbyname

2012-04-02 Thread Emmanuel Bourg
Le 02/04/2012 16:41, Jörg Schaible a écrit : do we have somewhere an equivalent for the C system call getservbyname in commons? You mean something that map a service name (http, ssh) to a port number (80, 22) ? Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: getservbyname

2012-04-02 Thread Jörg Schaible
Hi Emmanuel, Emmanuel Bourg wrote: Le 02/04/2012 16:41, Jörg Schaible a écrit : do we have somewhere an equivalent for the C system call getservbyname in commons? You mean something that map a service name (http, ssh) to a port number (80, 22) ? Right. Best would be a system call, but

Re: getservbyname

2012-04-02 Thread sebb
On 2 April 2012 17:13, Jörg Schaible joerg.schai...@gmx.de wrote: Hi Emmanuel, Emmanuel Bourg wrote: Le 02/04/2012 16:41, Jörg Schaible a écrit : do we have somewhere an equivalent for the C system call getservbyname in commons? You mean something that map a service name (http, ssh) to a

Re: getservbyname

2012-04-02 Thread Emmanuel Bourg
Le 02/04/2012 18:13, Jörg Schaible a écrit : Right. Best would be a system call, but I can also live with some functionality that parses the etc/services in Linux/Windows directly. For support in the Java runtime I only found a 15 year old enhancement request in Oracles Bugzilla ... :-/ It

Re: getservbyname

2012-04-02 Thread Jörg Schaible
Hi Emmanual, Emmanuel Bourg wrote: Le 02/04/2012 18:13, Jörg Schaible a écrit : Right. Best would be a system call, but I can also live with some functionality that parses the etc/services in Linux/Windows directly. For support in the Java runtime I only found a 15 year old enhancement