Apache CommonNet 2.0 support
Apache CommonNet 2.0 support
am 26.05.2009 09:08:35 von Dale Harris
------=_NextPart_000_011F_01C9DE24.9BB4DC00
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
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
------=_NextPart_000_011F_01C9DE24.9BB4DC00--
Re: Apache CommonNet 2.0 support
am 26.05.2009 09:37:08 von 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
RE: Apache commons.net 2.0 support
am 27.05.2009 00:24:54 von 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:skitching@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-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org
RE: Apache commons.net 2.0 support
am 27.05.2009 03:04:47 von 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:itsupport@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:skitching@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-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org
------------------------------------------------------------ ---------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org
Re: Apache commons.net 2.0 support
am 27.05.2009 04:26:33 von 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. =
=A0I
> believe my whole issue is something to do with java.net.Socket class tryi=
ng
> to use a proxy server. =A0How can I turn this off before trying to connec=
t
> with the TelnetClient class?
>
> Regards,
>
> Dale Harris
> IT Support
>
>
> -----Original Message-----
> From: Dale Harris [mailto:itsupport@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 fo=
r
> me. =A0I've tried using the supplied example, which doesn't work either. =
=A0I
> 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. =A0I d=
on'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:skitching@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. =A0I am using Java
>> 1.6_13 on Windows Vista. =A0The supplied telnet example doesn't work whe=
n
>> trying to connect to a local telnet server; Putty works okay.
>
> The library is "commons net", not CommonNet. Googling for that gives:
> =A0http://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-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
RE: Apache commons.net 2.0 support
am 27.05.2009 06:29:06 von 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: hyandell@gmail.com [mailto:hyandell@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. =A0I
> believe my whole issue is something to do with java.net.Socket class
trying
> to use a proxy server. =A0How can I turn this off before trying to =
connect
> with the TelnetClient class?
>
> Regards,
>
> Dale Harris
> IT Support
>
>
> -----Original Message-----
> From: Dale Harris [mailto:itsupport@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. =A0I've tried using the supplied example, which doesn't work =
either. =A0I
> 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. =
=A0I
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:skitching@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. =A0I am using =
Java
>> 1.6_13 on Windows Vista. =A0The 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:
> =A0http://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-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
------------------------------------------------------------ ---------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org