How to avoid saving a fike in the client machine after transferring the file from the server?
Question: I am doing project in Network Security using java. I have to transfer the file contents from server to the client. If a user wants to access a file means then he will select the file and clicks the transfer button. If the file is transferred using stream then it is locally stored. It should be avoided. How can I acheive it?
Answer:
I would think that "transfer" means exactly that - that it will transfer the file.
Read-only rights would help this, then they could only read the file on the server.
More Questions & Answers...