-2

I want to read files from a network share with Java. Using jcifs works fine when accessing computers within the same network.

Now I need to read files from a computer in another network that is only accessible via a "gateway" pc:
enter image description here

Is this possible? If yes: how? (All computers run with Windows.)

Sebi
  • 144
  • 1
  • 9

1 Answers1

1

I'm not sure if there exists something already implemented that does what you want, but if I was going to develop this from scratch, probably I would develop some piece of software on the "gateway pc" for forwarding the requests from "my pc" to the "target pc".

Maybe you can use NFS4J, it works like a charm.

https://github.com/dCache/nfs4j