]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms.ssh/src/org/argeo/cms/ssh/AbstractSsh.java
Adapt SSH support.
[lgpl/argeo-commons.git] / org.argeo.cms.ssh / src / org / argeo / cms / ssh / AbstractSsh.java
index cb53f7c1e782962ef7797972a0c1265636e732d8..2d195de9f3d0f4ce3e9644218d840abc6cdc1d02 100644 (file)
@@ -14,9 +14,9 @@ import org.apache.sshd.client.channel.ClientChannel;
 import org.apache.sshd.client.channel.ClientChannelEvent;
 import org.apache.sshd.client.future.ConnectFuture;
 import org.apache.sshd.client.session.ClientSession;
-import org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider;
-import org.apache.sshd.common.util.io.NoCloseInputStream;
-import org.apache.sshd.common.util.io.NoCloseOutputStream;
+import org.apache.sshd.common.util.io.input.NoCloseInputStream;
+import org.apache.sshd.common.util.io.output.NoCloseOutputStream;
+import org.apache.sshd.sftp.client.fs.SftpFileSystemProvider;
 import org.argeo.api.cms.CmsLog;
 
 @SuppressWarnings("restriction")