mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
sftp add refactoring method
This commit is contained in:
parent
3ab1c45228
commit
9031c8958e
@ -77,7 +77,7 @@ public class Sftp extends AbstractFtp {
|
||||
* @since 5.3.3
|
||||
*/
|
||||
public Sftp(FtpConfig config) {
|
||||
this(config, false);
|
||||
this(config, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user