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

The call to _storeFileStream method uses the wrong _openDataConnection_ method.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.1
    • 3.3
    • None
    • None

    Description

      An SSL connection between the host and client has been established I try to get an OutputStream for a file the resulting socket (and OutputStream of that socket) is not secured. Further investigation shows that the FTPSClient calls _storeFileStream which in turn calls the method _openDataConnection_(String command, String arg) within the FTPClient class. This method _openDataConnection_ does not return a SSL socket. the method should call _openDataConnection_(int command, String arg) within the FTPSClient so that the proper SSL Socket is returned.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kimballgcole Kimball Cole
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: