Tagged Questions
The filepermissions tag has no wiki summary.
5
votes
3answers
867 views
Why won't PHP create this zip file (permissions issue)
I am on windows
I am using PHING to zip up some files
I have lots of things being zipped
Zipping works, except for ones that include a particular phing fileset in the files being zipped
When I debug, ...
2
votes
1answer
74 views
change file permission using java?
I need to change file permission using java .i used runtime.exec() to run shell commands but i am not able to change permission of this particular file ...
1
vote
1answer
108 views
Changing file permissions results in IdentityNotMappedException (when code is ran on web server)
I have the following code (from msdn) to set file permissions:
' Adds an ACL entry on the specified file for the specified account.
Sub AddFileSecurity(ByVal fileName As String, ByVal account As ...
1
vote
2answers
250 views
Create Windows accounts and set file permissions from ASP.NET site
I’m building an ASP.NET application, which will create Windows accounts and groups on the server, and set file/folder permissions for those accounts.
How do I accomplish that?
I’ve considered ...
1
vote
5answers
110 views
what are the file permissions need for a file hosted on linux server?
I have a web server and installed wordpress on it. I would like to know about the files permissions which are required to secure my site. (last time XSS happed on my site, they wrote inside my all ...
1
vote
2answers
81 views
question regarding file permission
i developed the application using WAMP, i think windows assigns 0644 file permission to all directory by default. i am hosting the application on Unix Server which uses cPanel 11, my application has ...
1
vote
1answer
1k views
PHP unable to open folder for writing. permission denied. Using wampserver2
Anybody know how to get around this with wampserver2?
I'm trying to use this thumbnail generator http://phpthumb.gxdlabs.com/
0
votes
1answer
122 views
Android - file permissions
is it possible to set file permissions for certain files and folders in Anroid? Or possibility to open the file on password?
thank you
0
votes
1answer
118 views
Update The database using applets
I have written a code in JAVA to search files from the system.User specifies the filename and extension on text input on applet window and on button click code establishes a connection to oracle ...
0
votes
1answer
68 views
Folder permission on server while uploading?
I want to upload files in my Asp.net application on server but I have to grant it R/W access so that I or anyone can upload files in it. Is there any way that I write some code or configuration lines ...