Uploaded image for project: 'Commons Net'
  1. Commons Net
  2. NET-450

Bug in documentation for FTPClient

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.1
    • 3.2
    • FTP
    • None
    • Documentation on Apache web site

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rjhtech Roger Hardiman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 5m
                5m
                Remaining:
                Remaining Estimate - 5m
                5m
                Logged:
                Time Spent - Not Specified
                Not Specified