public LocalSCPProcessor(File tmp, String destPath, String sourceFileName, int connectionTimeout) {
        this.tmp = tmp;
        this.destPath = destPath;
        this.sourceFileName = sourceFileName;
        this.connectionTimeout = connectionTimeout;