Uploaded image for project: 'Commons VFS'
  1. Commons VFS
  2. VFS-319

Typo in FtpsFileSystemConfigBuilder.setFtpsType

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0
    • None

    Description

      Looks like a cut-and-paste typo - the following:

       public void setFtpsType(FileSystemOptions opts, String ftpsType) {
          setParam(opts, USER_DIR_IS_ROOT, ftpsType);
        }
      

      should surely be

       public void setFtpsType(FileSystemOptions opts, String ftpsType) {
          setParam(opts, FTPS_TYPE, ftpsType);
        }
      

      Attachments

        Activity

          People

            sebb Sebb
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: