Update Constant.java

This commit is contained in:
Zhang Xian 2021-09-09 22:38:13 +08:00 committed by GitHub
parent 3225f02bf9
commit bfabe29127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,6 @@ public class Constant {
public static final int DEFAULT_TIMEOUT = 60000;
public static final int DEFAULT_MAX_TRAVERSAL_LEVEL = 100;
public static final String DEFAULT_FTP_CONNECT_PATTERN = "PASV";
public static final boolean DEFAULT_FTP_DELETE_SRC = false;
}