]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.core/src/org/argeo/ssh/Sftp.java
Use Argeo TP v2.1.23
[lgpl/argeo-commons.git] / org.argeo.core / src / org / argeo / ssh / Sftp.java
index 3ad3e985578e232bd59968e8ef5c67992d63f8ed..df4dd3a01d1a3354e1477b0914aa053f110fd085 100644 (file)
@@ -5,7 +5,7 @@ import java.net.URI;
 import java.nio.file.FileSystem;
 import java.nio.file.Path;
 
-import org.apache.sshd.client.subsystem.sftp.SftpFileSystem;
+import org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem;
 
 public class Sftp extends AbstractSsh {
        private URI uri;