How to make application file permission with Java client server

i would make an application client server with java to change or change the permission of a file in a folder. I have searched for this information but I am still confused by it, I cannot find the answer. what's the first thing i do to make this app?

thanks for your advice.

nb: sorry for bad english.

+3


source to share


1 answer


see Java Calling Remote Methods and

see Security Policies - File Permissions



see Java RMI example with security policy

Another Good RMI example

+2


source







All Articles