Class SftpFileSystemProvider

java.lang.Object
java.nio.file.spi.FileSystemProvider
org.apache.sshd.sftp.client.fs.SftpFileSystemProvider

public class SftpFileSystemProvider extends FileSystemProvider
A registered FileSystemProvider that registers the "sftp://" scheme so that URLs with this protocol are handled as remote SFTP Path-s - e.g., "sftp://user:password@host/remote/file/path"