how to open a file from on a remote machine in java

B

bharath

I would like to know if there are provisions in java to open a file
uploaded to a remote machine and how a file can opened for reading
from a remote machine
It would be higly useful for me
 
M

Michael Borgwardt

bharath said:
I would like to know if there are provisions in java to open a file
uploaded to a remote machine and how a file can opened for reading
from a remote machine

That depends entirely on the remote machine, or rather on the protocol
you want to / can use for uploading and reading the file. SMB? HTTP?
FTP? NFS?
 
P

Paul van Rossem

I would like to know if there are provisions in java to open a file
uploaded to a remote machine and how a file can opened for reading
from a remote machine
It would be higly useful for me
On Windows you can simply open a remote file by specifying the full
pathname, e.g. \\Hostname\remote path\filename.ext.
Paul.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top