mirror of
https://github.com/zfile-dev/zfile.git
synced 2026-09-01 15:30:09 +08:00
删除调试信息
This commit is contained in:
@@ -37,7 +37,6 @@ public class SFtpClientFactory extends BasePooledObjectFactory<Sftp> {
|
||||
|
||||
@Override
|
||||
public Sftp create() throws Exception {
|
||||
System.out.println("privateKey" + privateKey);
|
||||
Sftp sftp;
|
||||
if(privateKey == null || privateKey.isBlank()) {//密码登录
|
||||
FtpConfig ftpConfig = new FtpConfig(host, port, username, password, charset);
|
||||
|
||||
Reference in New Issue
Block a user