java - Reading files remotely -


Is it possible to read files from remote computers from Java and how?

Yes you can read using FTP, NFS, HTTP, Windows shares and more. The exact way to do this is to use which protocol you want to use.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -