257258259260261262263
public ScpClient createScpClient() { return new DefaultScpClient(this); } public SftpClient createSftpClient() throws IOException { return new DefaultSftpClient(this); }
230231232233234235236
240241242243244245246