----- Original Message -----
From: "Hal Hildebrand (web)" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, May 28, 2002 10:18 PM
Subject: Ant TelnetTask


> Has anyone successfully used the ant telnet task against a Windows 2000
> Telnet Service?  I can telnet to the service from the command prompt,
> using the telnet client that comes with XP, with no problems.  However,
> the telnet task times out reading the response.  I've tried this passing
> the user name and password in as attributes to the task, and also with
> the rewrite example where the username/password is done with the
> read/write sub elements.  Both yield the same results.  I've also tried
> setting the attribute initialCR="true" with the same results.
>
> Just wondering if anyone out there has had any success with this before
> I delve down into the bowls to see what's going on.

you need to fiddle with the service so it doesnt use poncy NTML
authentication no more. Fix your FTP server to use unix listings at the same
time.

test: can you telnet to your nt box from the solaris one


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to