when i am connecting to FTPServer it is throwing Truncated server reply:
------------------------------------------------------------------------
Key: NET-149
URL: https://issues.apache.org/jira/browse/NET-149
Project: Commons Net
Issue Type: Bug
Affects Versions: 1.4 Final
Environment: windows 2003 server(IIS version 6.0) or windows xp
Reporter: chandrasekhar reddy
Fix For: 1.4 Final
Configure a Microsoft IIS FTP Server on windows 2003 server or xp to have a
multiline Banner Message: Default FTP Site Properties, Messages tab, Banner
field.
Fill the Banner filed with data and at the end of the data give 2 or more new
lines(just press enter 2 or more times) and say Apply and OK.
FTPClient fp = new FTPClient();
fp.connect("localhost");
fp.login("anonymous","");
Just perform above operations, the client program will throw exception at the
time of login.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]