[ 
https://issues.apache.org/jira/browse/NET-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219379#comment-13219379
 ] 

Sebb commented on NET-445:
--------------------------

Note: the example ftp class can be used to test as follows:

{code}
set CLASSPATH=commons-net-examples-3.1.jar;commons-net-3.1.jar
java examples/ftp/FTPClientExample -l host[:port] username password [directory]
{code}
                
> The method listFiles in FTPClient can not list these files which upload to 
> FTP Server in Feb, 29 2012
> -----------------------------------------------------------------------------------------------------
>
>                 Key: NET-445
>                 URL: https://issues.apache.org/jira/browse/NET-445
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>    Affects Versions: 3.0.1
>            Reporter: keming.hu
>
> Before Feb, 29 2012, the method listFiles() in FTPClient.class can list all 
> files in FTP Server. But today, for any file which be uploaded to FTP Server 
> in Feb, 29 2012, this API can not list these files. When I change the date of 
> FTP Server(it is not Feb, 29 2012), this API can list all files in FTP Server 
> also. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to