Hi all
OI got my app running using vfs-2.0 for connecting through SFTP for 48
hours no problem,
and the all of a sudden I got Exception saying:
"Could not determine the type of file "sftp://appshob:***@host/LOG.log";
While the app was able to connect the file few minutes earlier
Restarting the
Hi all
I will try to switch line 227 On SmbFileObject
if (e.getErrorCode() == SmbException.ERRbadfile)
with
if (e.getNtStatus() == SmbException.NT_STATUS_NO_SUCH_FILE)
on my machine and I'll see how it will go...
-- Forwarded message --
From: Israel Malachi
Date: Thu,
box is not released as a jar for licensing reasons IIRC. You have
to check it out of SVN and build it yourself.
Gary
On Mon, Dec 1, 2014 at 2:53 AM, Israel Malachi
wrote:
> Hello all!
> I'm writing a program that uses the VFS (2.0) so I could manage SFTP and
> samba connections.
&
box is not released as a jar for licensing reasons IIRC. You have
to check it out of SVN and build it yourself.
Gary
On Mon, Dec 1, 2014 at 2:53 AM, Israel Malachi
wrote:
> Hello all!
> I'm writing a program that uses the VFS (2.0) so I could manage SFTP and
> samba connections.
&
Gary,
Thank you very much!
On Mon, Dec 1, 2014 at 2:52 PM, Gary Gregory wrote:
> Israel,
>
>
> The sandbox is not released as a jar for licensing reasons IIRC. You have
> to check it out of SVN and build it yourself.
>
> Gary
>
> On Mon, Dec 1, 2014 at 2:53
Hello all!
I'm writing a program that uses the VFS (2.0) so I could manage SFTP and
samba connections.
When I try to reach smb server I get FileSystemException - Badly formed uri
I understand that I have to import the sandbox jar, but do I get it from?
Hello all
Please consider the following code:
FileSystemManager fsManager = VFS.getManager();
FileObject sftpDir =
fsManager.resolveFile("sftp://username:password@host/pub/downloads/";);
FileObject child1 = sftpDir.getChild("child1.data");
FileObject child2 = sftpDir.getChild("c