use of com.jn.agileway.vfs.provider.sftp.SftpFileProvider in project agileway by fangjinuo.
the class AgilewayVFSManagerBootstrap method startup.
public static void startup() throws Throwable {
FileSystemManager defaultFSManager = VFS.getManager();
VFSUtils.addFileProvider((DefaultFileSystemManager) defaultFSManager, new SftpFileProvider(), "sftp");
}
Aggregations