Esempio n. 1
0
 @Override
 public SFTPClient create() throws IOException {
   checkConnected();
   sftp = ssh.newSFTPClient();
   return sftp;
 }