Interface CopyFileExtension

    • Method Detail

      • copyFile

        void copyFile​(java.lang.String src,
                      java.lang.String dst,
                      boolean overwriteDestination)
               throws java.io.IOException
        Parameters:
        src - The (remote) file source path
        dst - The (remote) file destination path
        overwriteDestination - If true then OK to override destination if exists
        Throws:
        java.io.IOException - If failed to execute the command or extension not supported