Uploaded image for project: 'FtpServer'
  1. FtpServer
  2. FTPSERVER-231

MFMT Commad does not work on file/path names that have one or more white spaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0-M4
    • 1.0.0-RC1
    • Core
    • None

    Description

      MFMT Commad does not work on file/path names that have one or more white spaces.

      For example if you have a file named "my file.txt", running the MFMT command on this file fails.

      To fix this, the MFMT.java needs to be changes as follows:

      String[] arguments = argument.split(" "); should be changed to
      String[] arguments = arguments.split(" ", 2);

      Attachments

        Activity

          People

            dlatorre David Latorre
            psai Sai Pullabhotla
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: