You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rory Winston (JIRA)" <ji...@apache.org> on 2008/02/26 11:49:51 UTC

[jira] Closed: (NET-174) if 150 Here comes directory listing comes before 200, then FTPClient throws exception

     [ https://issues.apache.org/jira/browse/NET-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rory Winston closed NET-174.
----------------------------

    Resolution: Fixed

As per the related bug, try setting isStrictMultilineParsing(true) on the FTP client.

> if 150 Here comes directory listing comes before 200, then FTPClient throws exception
> -------------------------------------------------------------------------------------
>
>                 Key: NET-174
>                 URL: https://issues.apache.org/jira/browse/NET-174
>             Project: Commons Net
>          Issue Type: Bug
>         Environment: unix, solaris
>            Reporter: Deepa
>             Fix For: 2.0
>
>
> 1. On a FTPClient.listNames(dir), if the 150 Here comes the directory listing, comes before 200 Directory Send Ok, then org.apache.commons.net.ftp.FTP throws exception: 
> Could not parse response code. Server Reply: comes the directory listing.
> 2. Also there seems to be no way to set verbose off.
> May I know how to resolve the above? Please pardon me if I am missing something here. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.