RE: [VFS] Retrieving directories with files using HTTPS

2011-03-14 Thread Frank van der Kleij
As far as I know you can't list files using the http or https filesystem implementation, just copy single files for which you know the URL. It would be a nice extension I agree... Frank > From: rkooij...@inergy.nl > To: user@commons.apache.org > Date: Mon, 14 Mar 2011 17:21:21 +0100 > Subject: [

RE: [fs] Problem with FTP:

2010-08-12 Thread Frank van der Kleij
I think you that your code is converting the target folder to the source file. It is a bit strange and dangerous as well the way VFS works, I once deleted a folder with lots of semi-important files like that... You should first resolve the full path of the target file: FileObject targetFile =

RE: [VFS] Use commons vfs to copy files on Samba, Windows network shared drives and WebDAV

2010-06-17 Thread Frank van der Kleij
See http://commons.apache.org/vfs/filesystems.html Samba, Windows shares and Webdav are supported in the Sandbox. Zip files etc are read-only. Frank > Date: Wed, 16 Jun 2010 00:03:03 -0700 > From: virgil_tra...@yahoo.com > Subject: [VFS] Use commons vfs to copy files on Samba, Windows network

RE: [vfs] Putting a VFS behind a sftp server

2010-05-16 Thread Frank van der Kleij
a sftp server > > Hi Frank, > > That's terrific news! I look forward to picking it up. > > Viraj > > On Apr 30, 2010, at 12:18 AM, Frank van der Kleij wrote: > > > > > > > Hi Viraj, > > > > Guillaume Nodet from the Apache SSHD pro

RE: [vfs] Putting a VFS behind a sftp server

2010-04-30 Thread Frank van der Kleij
Hi Viraj, Guillaume Nodet from the Apache SSHD project just included the necessary for the SFTP support in the SSHD trunk and he plans to deliver v0.4.0 soon. I will start the integration this week-end and I think that in a week or so I'll have it working using VFS. It will need some thoroug

RE: [vfs] Putting a VFS behind a sftp server

2010-04-28 Thread Frank van der Kleij
SFTP has nothing to do with FTP unfortunately, so Apache FTP Server only supports FTPS. But I know that the Apache SSHD server has (or is working on) SFTP support. I have integrated my VFS CLI in the Apache SSHD server; it is still experimental, but it does have SCP support. (The SCP does not

RE: [VFS] How to use operations

2008-07-20 Thread Frank van der Kleij
Thanks, it helped! I can now retrieve details about the operations. I have two more questions that perhaps you can help me with though I admit that perhaps there is no straight answer. 1. Do you have any mechanism in mind to give feedback on the result of the operation? 2. Should the FileOpe

RE: [VFS] How to use operations

2008-07-14 Thread Frank van der Kleij
or FileOperation/s. It's intended to be used for > "extensions" to the core API that could be provided by some > implementations (the example given is a version control system, such > as CVS/SVN). > > On Mon, Jul 14, 2008 at 7:13 AM, Frank van der Kleij <[EMAIL PR

RE: [VFS] How to use operations

2008-07-14 Thread Frank van der Kleij
ent implementations. Of > course, some implementations don't support all operations (HTTP can't > give you a directory listing for instance). > > > On Mon, Jul 14, 2008 at 5:41 AM, Frank van der Kleij <[EMAIL PROTECTED]> > wrote: > > > > Yes,

RE: [VFS] How to use operations

2008-07-14 Thread Frank van der Kleij
PI? > > On Sun, Jul 13, 2008 at 2:41 PM, Frank van der Kleij <[EMAIL PROTECTED]> > wrote: > > > > Hi all, > > > > I'm toying with my own VFS operations but I can't quite figure out how to > > work with them. > > > > I > >

[VFS] How to use operations

2008-07-13 Thread Frank van der Kleij
Hi all, I'm toying with my own VFS operations but I can't quite figure out how to work with them. I don't see how a client of the VFS framework should use the operations; other than when the client has prior knowledge of the operations that exist. I wrote a beanshell script that rewrites the b