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

Sebb resolved NET-450.
----------------------

       Resolution: Fixed
    Fix Version/s: 3.2
    
> Bug in documentation for FTPClient
> ----------------------------------
>
>                 Key: NET-450
>                 URL: https://issues.apache.org/jira/browse/NET-450
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>    Affects Versions: 3.1
>         Environment: Documentation on Apache web site
>            Reporter: Roger Hardiman
>            Priority: Minor
>             Fix For: 3.2
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> In the Documentation for FTPClient there are some examples
> One is
>     FTPClient f = new FTPClient();
>     f.connect(server);
>     f.login(username, password);
>     FTPFile[] files = listFiles(directory);
> There is a typo on the last line.
> It should be f.listFiles(directory);
> Rating this as Minior as any decent Java programmer should work it out.

--
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