Questions tagged [apache-vfs]

Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive.

Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive.

Some of the features of Commons VFS are:

  • A single consistent API for accessing files of different types.
  • Support for numerous file system types . Caching of file information.
  • Caches information in-JVM, and optionally can cache remote file information on the local file system (replicator).
  • Event delivery.
  • Support for logical file systems made up of files from various different file systems.
  • Utilities for integrating Commons VFS into applications, such as a VFS-aware ClassLoader and URLStreamHandlerFactory.
  • A set of VFS-enabled Ant tasks
6 questions
2
votes
2 answers

Apache VFS - setPreferredAuthentications - What is the possible values for

I was looking into using VFS for sftp a file in Java. In the following documentation for setPreferredAuthentications it mentions preferredAuthentications - The authentication order - What are the possible values? Was unable to find an answer on-line
Ed Heal
  • 59,252
  • 17
  • 87
  • 127
0
votes
1 answer

Apache vfs/jsch sftp Algorithm negotiation fail

I'm trying to connect to a sftp server, which I connect to via commands using sftp -oHostKeyAlgorithms=+ssh-dss user@host. However, when I try to connect via my java-spring application, using apache vfs, I get the following exception: ERROR]…
StzEZ
  • 21
  • 4
0
votes
0 answers

java: apache VFS implement custom function

I am using apache VFS to perform file system operations for S3 using: https://github.com/abashev/vfs-s3 In case of version enabled bucket need to implement some of custom operation like: delete files with all versions (need to pass versionId along…
mcacorner
  • 1,304
  • 3
  • 22
  • 45
0
votes
1 answer

Apache VFS2 with Private Key but without a key file

I am wanting to use VFS2 to connect to an SFTP server using a private key. However, the application will be running using Java EE on an application server; and so I don't want to store the private key in a file - I want to store it (encrypted) in a…
simonalexander2005
  • 4,338
  • 4
  • 48
  • 92
0
votes
1 answer

Java vfs2 FileSystemException invalid privatekey. How to solve it?

In my springboot application, i am transferring a file to sftp. I want to authenticate it only with username and password. However my java code still looking for private key to send, and i am getting the bellow error. How can i solve the below…
-1
votes
1 answer

WSO2EI 7.1.1 File Processing not working on centos server

I am trying this tutorial from this given link https://ei.docs.wso2.com/en/latest/micro-integrator/use-cases/tutorials/file-processing/ Here is the file proxy definition