This could be done, but not exactly the way you're thinking. :-)

In VFS you can use SFTP to access different volumes.  You can create and save a 
simple text file that contains all of the URLs that you want your applications 
to have access to.

When your apps startup, they read the file, and use VFS to create connections 
to those volumes.  This approach should work on any operating system, and 
doesn't rely on any platform specific code.

HTH,

Mark

Robert Enyedi <[EMAIL PROTECTED]> wrote: Hi,

In short, this is not handled by VFS. Since network drive mapping is a
Windows specific operation the mapping can be achieved only by using native
code. The J2SE core libraries do not have this feature implemented and nor
does VFS.

Regards,
Robert

On 5/22/06, Lazarte, Ivan  wrote:
>
> I'm a little confused about how I would do this...  I would like to expose
> a remote computer (through SSH) as a local drive on my Windows
> machine.  This way any application I have would be able to connect to the
> remote computer without worrying about it's networking capabilities.
>
> Can VFS do this?  I did a little research into the networking stuff, but
> since I'm very new to networking it's all pretty foreign to me.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to