Permissions error (General questions)
Hi,
Is there any way to determine if user has insufficient privilegies to access a certain file on the remote server? I've looked through the error codes but I don't see any error code relevant to this case. Thanks!
Re: Permissions error
Hi Plamen,
When user doesn't have the sufficient rights to do the wanted operation, the server will return error code 30018 which will contain the description why the error was returned (in this case it would be Permission denied ).
Hope I helped.
Regards,
Damba
Re: Permissions error
Yes, sorry, I was accessing some odd file on my server and I though that error reporting wasn't working properly but fact it works just great. Thanks for the fast reply!