Questions tagged [apache-commons-vfs]

Apache Commons VFS provides a single API for accessing various different file systems.

Apache 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.

156 questions
0
votes
1 answer

Modify vfs transport to use my own transfer protocol

Is it possible to modify the vfs transport in wso2 esb to used my own file transfer protocol? I have no idea to do this, I tried to search about this but I found no documentation about how to do this.
Mari_Yaguchi
  • 477
  • 8
  • 25
0
votes
1 answer

VFS SFTP upload sending directory structure, not just file

I am attempting to upload a file to an SFTP site, but the entire directory structure is being recreated on the SFTP site instead of just uploading the file at the root. I am calling sendSftp (see below). public void sendSftp(String filename,…
soccerjo
  • 23
  • 4
0
votes
1 answer

WSO2 ESB concurrent thread vfs-worker

I am new to WSO2 and Apache Synapse..I make a proxy service to route some files to another folder, but when I look the JConsole, there is only 1 thread that working. How can I configure the setting to make multiple threads working and process the…
0
votes
1 answer

WSO2 ESB/Apache Synapse/VFS execute exe,jar,etc

Is there any way in WSO2 ESB or Synapse or VFS to execute an exe application, or command prompt, jar, or anything else?? I googling it for a while now but still got no clue about that.
Mari_Yaguchi
  • 477
  • 8
  • 25
-1
votes
1 answer

SFTP file transfer using Apache Commons vfs2(spring boot) fails with IOException: error

Trying to transfer a file from one remote host to another, via sftp. sftp dependencies: implementation 'org.apache.commons:commons-vfs2:2.4' compile 'com.jcraft:jsch:0.1.55' running the code in an AWS EKS Kubernetes pod with access to both…
Darshan K N
  • 113
  • 8
-1
votes
1 answer

How do I use JCIFS with apache VFS to access an SMB URL - part 2?

I had the same problem: How do I use JCIFS with apache VFS to access an SMB URL? ... after including commons-vfs-sandbox-2.1-SNAPSHOT.jar in the classpath I now get this exception: Exception in thread "main"…
mdzh
  • 1,030
  • 2
  • 17
  • 34
1 2 3
10
11