[
https://issues.apache.org/jira/browse/NET-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rory Winston closed NET-149.
----------------------------
Resolution: Cannot Reproduce
> 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
> Environment: windows 2003 server(IIS version 6.0) or windows xp
> Reporter: chandrasekhar reddy
>
> 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.
-
You can reply to this email to add a comment to the issue online.