sftp add refactoring method

This commit is contained in:
bwcx_jzy 2022-06-12 21:24:31 +08:00
parent 3ab1c45228
commit 9031c8958e
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5

View File

@ -77,7 +77,7 @@ public class Sftp extends AbstractFtp {
* @since 5.3.3
*/
public Sftp(FtpConfig config) {
this(config, false);
this(config, true);
}
/**