You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "chandrasekhar reddy (JIRA)" <ji...@apache.org> on 2007/01/16 17:43:28 UTC

[jira] Created: (NET-149) when i am connecting to FTPServer it is throwing Truncated server reply:

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (NET-149) when i am connecting to FTPServer it is throwing Truncated server reply:

Posted by "chandrasekhar reddy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

chandrasekhar reddy updated NET-149:
------------------------------------

    Fix Version/s:     (was: 1.4 Final)

this issue can be reprodusable with all versions

> 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
>
> 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org