RE: Apache commons.net 2.0 support

2009-05-26 Thread Dale Harris
Hi Henri,

Thanks for the reply.  This was the first question that I asked yesterday.

Regards,

Dale Harris
IT Support


-Original Message-
From: hyand...@gmail.com [mailto:hyand...@gmail.com] On Behalf Of Henri
Yandell
Sent: Wednesday, 27 May 2009 12:27
To: Jakarta General List
Subject: Re: Apache commons.net 2.0 support

Wrong mailing list Dale.

Frustrating I know - but the people who focus on Commons Net probably
aren't paying attention on this list - if they're even subscribed.

See the commons-user list: http://commons.apache.org/net/mail-lists.html

Hen

On Tue, May 26, 2009 at 6:04 PM, Dale Harris
 wrote:
> Hi Simon,
>
> Sorry about being naive but I'm slowly understanding what is happening.  I
> believe my whole issue is something to do with java.net.Socket class
trying
> to use a proxy server.  How can I turn this off before trying to connect
> with the TelnetClient class?
>
> Regards,
>
> Dale Harris
> IT Support
>
>
> -Original Message-
> From: Dale Harris [mailto:itsupp...@martinjonkersmotors.com.au]
> Sent: Wednesday, 27 May 2009 8:25
> To: 'Jakarta General List'
> Subject: RE: Apache commons.net 2.0 support
>
> Hi Simon,
>
> Sorry about getting the name wrong, but that is the package that I
> downloaded a couple of weeks ago and trying to use.
>
> The org.apache.commons.net.telnet.TelnetClient class just doesn't work for
> me.  I've tried using the supplied example, which doesn't work either.  I
> know that Java changed somewhat with networking on Windows from Java
1.6.10,
> and I was wondering if that is what has broken the telnet classes.  I
don't
> know how it changed, but I know Java 1.6.10 broke the networking (from my
> understanding) in an existing application which we use.
>
> Regards,
>
> Dale Harris
> IT Support
>
>
> -Original Message-
> From: Simon Kitching [mailto:skitch...@apache.org]
> Sent: Tuesday, 26 May 2009 17:37
> To: Jakarta General List
> Subject: Re: Apache CommonNet 2.0 support
>
> Dale Harris schrieb:
>> Hi,
>>
>>
>>
>> I was wondering where I can ask to get support for Apache CommonNet 2.0
as
> I
>> have an issue with TelnetClient class not connecting.  I am using Java
>> 1.6_13 on Windows Vista.  The supplied telnet example doesn't work when
>> trying to connect to a local telnet server; Putty works okay.
>
> The library is "commons net", not CommonNet. Googling for that gives:
>  http://commons.apache.org/net/
> as the first hit, which is correct.
>
> Click on the "Project Information" link to see info about the project
> mailing lists. You should first join the "user" list, then email your
> question to that list.
>
> Regards, Simon
>
> -
> To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: general-h...@jakarta.apache.org
>
> -
> To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: general-h...@jakarta.apache.org
>
> -
> To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: general-h...@jakarta.apache.org
>
>

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org



Re: Apache commons.net 2.0 support

2009-05-26 Thread Henri Yandell
Wrong mailing list Dale.

Frustrating I know - but the people who focus on Commons Net probably
aren't paying attention on this list - if they're even subscribed.

See the commons-user list: http://commons.apache.org/net/mail-lists.html

Hen

On Tue, May 26, 2009 at 6:04 PM, Dale Harris
 wrote:
> Hi Simon,
>
> Sorry about being naive but I'm slowly understanding what is happening.  I
> believe my whole issue is something to do with java.net.Socket class trying
> to use a proxy server.  How can I turn this off before trying to connect
> with the TelnetClient class?
>
> Regards,
>
> Dale Harris
> IT Support
>
>
> -Original Message-
> From: Dale Harris [mailto:itsupp...@martinjonkersmotors.com.au]
> Sent: Wednesday, 27 May 2009 8:25
> To: 'Jakarta General List'
> Subject: RE: Apache commons.net 2.0 support
>
> Hi Simon,
>
> Sorry about getting the name wrong, but that is the package that I
> downloaded a couple of weeks ago and trying to use.
>
> The org.apache.commons.net.telnet.TelnetClient class just doesn't work for
> me.  I've tried using the supplied example, which doesn't work either.  I
> know that Java changed somewhat with networking on Windows from Java 1.6.10,
> and I was wondering if that is what has broken the telnet classes.  I don't
> know how it changed, but I know Java 1.6.10 broke the networking (from my
> understanding) in an existing application which we use.
>
> Regards,
>
> Dale Harris
> IT Support
>
>
> -Original Message-
> From: Simon Kitching [mailto:skitch...@apache.org]
> Sent: Tuesday, 26 May 2009 17:37
> To: Jakarta General List
> Subject: Re: Apache CommonNet 2.0 support
>
> Dale Harris schrieb:
>> Hi,
>>
>>
>>
>> I was wondering where I can ask to get support for Apache CommonNet 2.0 as
> I
>> have an issue with TelnetClient class not connecting.  I am using Java
>> 1.6_13 on Windows Vista.  The supplied telnet example doesn't work when
>> trying to connect to a local telnet server; Putty works okay.
>
> The library is "commons net", not CommonNet. Googling for that gives:
>  http://commons.apache.org/net/
> as the first hit, which is correct.
>
> Click on the "Project Information" link to see info about the project
> mailing lists. You should first join the "user" list, then email your
> question to that list.
>
> Regards, Simon
>
> -
> To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: general-h...@jakarta.apache.org
>
> -
> To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: general-h...@jakarta.apache.org
>
> -
> To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: general-h...@jakarta.apache.org
>
>

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org



RE: Apache commons.net 2.0 support

2009-05-26 Thread Dale Harris
Hi Simon,

Sorry about being naive but I'm slowly understanding what is happening.  I
believe my whole issue is something to do with java.net.Socket class trying
to use a proxy server.  How can I turn this off before trying to connect
with the TelnetClient class?

Regards,

Dale Harris
IT Support


-Original Message-
From: Dale Harris [mailto:itsupp...@martinjonkersmotors.com.au] 
Sent: Wednesday, 27 May 2009 8:25
To: 'Jakarta General List'
Subject: RE: Apache commons.net 2.0 support

Hi Simon,

Sorry about getting the name wrong, but that is the package that I
downloaded a couple of weeks ago and trying to use.

The org.apache.commons.net.telnet.TelnetClient class just doesn't work for
me.  I've tried using the supplied example, which doesn't work either.  I
know that Java changed somewhat with networking on Windows from Java 1.6.10,
and I was wondering if that is what has broken the telnet classes.  I don't
know how it changed, but I know Java 1.6.10 broke the networking (from my
understanding) in an existing application which we use.

Regards,

Dale Harris
IT Support


-Original Message-
From: Simon Kitching [mailto:skitch...@apache.org] 
Sent: Tuesday, 26 May 2009 17:37
To: Jakarta General List
Subject: Re: Apache CommonNet 2.0 support

Dale Harris schrieb:
> Hi,
> 
>  
> 
> I was wondering where I can ask to get support for Apache CommonNet 2.0 as
I
> have an issue with TelnetClient class not connecting.  I am using Java
> 1.6_13 on Windows Vista.  The supplied telnet example doesn't work when
> trying to connect to a local telnet server; Putty works okay.

The library is "commons net", not CommonNet. Googling for that gives:
 http://commons.apache.org/net/
as the first hit, which is correct.

Click on the "Project Information" link to see info about the project
mailing lists. You should first join the "user" list, then email your
question to that list.

Regards, Simon

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org



RE: Apache commons.net 2.0 support

2009-05-26 Thread Dale Harris
Hi Simon,

Sorry about getting the name wrong, but that is the package that I
downloaded a couple of weeks ago and trying to use.

The org.apache.commons.net.telnet.TelnetClient class just doesn't work for
me.  I've tried using the supplied example, which doesn't work either.  I
know that Java changed somewhat with networking on Windows from Java 1.6.10,
and I was wondering if that is what has broken the telnet classes.  I don't
know how it changed, but I know Java 1.6.10 broke the networking (from my
understanding) in an existing application which we use.

Regards,

Dale Harris
IT Support


-Original Message-
From: Simon Kitching [mailto:skitch...@apache.org] 
Sent: Tuesday, 26 May 2009 17:37
To: Jakarta General List
Subject: Re: Apache CommonNet 2.0 support

Dale Harris schrieb:
> Hi,
> 
>  
> 
> I was wondering where I can ask to get support for Apache CommonNet 2.0 as
I
> have an issue with TelnetClient class not connecting.  I am using Java
> 1.6_13 on Windows Vista.  The supplied telnet example doesn't work when
> trying to connect to a local telnet server; Putty works okay.

The library is "commons net", not CommonNet. Googling for that gives:
 http://commons.apache.org/net/
as the first hit, which is correct.

Click on the "Project Information" link to see info about the project
mailing lists. You should first join the "user" list, then email your
question to that list.

Regards, Simon

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org



Re: Apache CommonNet 2.0 support

2009-05-26 Thread Simon Kitching
Dale Harris schrieb:
> Hi,
> 
>  
> 
> I was wondering where I can ask to get support for Apache CommonNet 2.0 as I
> have an issue with TelnetClient class not connecting.  I am using Java
> 1.6_13 on Windows Vista.  The supplied telnet example doesn't work when
> trying to connect to a local telnet server; Putty works okay.

The library is "commons net", not CommonNet. Googling for that gives:
 http://commons.apache.org/net/
as the first hit, which is correct.

Click on the "Project Information" link to see info about the project
mailing lists. You should first join the "user" list, then email your
question to that list.

Regards, Simon

-
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org



Apache CommonNet 2.0 support

2009-05-26 Thread Dale Harris
Hi,

 

I was wondering where I can ask to get support for Apache CommonNet 2.0 as I
have an issue with TelnetClient class not connecting.  I am using Java
1.6_13 on Windows Vista.  The supplied telnet example doesn't work when
trying to connect to a local telnet server; Putty works okay.

 

Regards,

 

Dale Harris

IT Support