aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes how to develop software like I have to open a file from server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "how to develop software like I have to open a file from server " Watch "how to develop software like I have to open a file from server " New topic
Author

how to develop software like I have to open a file from server

sandhya sivabhavan
Greenhorn

Joined: Dec 07, 2007
Posts: 1
Hi friends.
Iam new to socket programming.
I hav to know make an application like open a file from server using JFilechooser and display that file as PDF but those files can only hav permission to read not any other permission like copy,save or anything.
how an i do???
can anyone Help???
thanking you



Yes....it is used for intranet.client machine have to acces the file folder from server in their GUI.
[ December 07, 2007: Message edited by: sandhya sivabhavan ]
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

This depends on a lot of things.

Most server aren't going to allow just any machine to access its file system.
Can you describe in a little more detail what you're trying to achieve?
Are these machines networked in a small office subnet? A Windows, Novel, or NFS network?


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to develop software like I have to open a file from server
 
Similar Threads
JAAS and Policy files problems
JAAS migration from JBoss to BEA
How do I grant applications launched through JWS socket permission?
How to download the file to the client machine
Running exe files with java