Search found 102 matches: permissions

Return to advanced search

Re: cloud or not cloud

... passwords, Windows updates, antivirus software). Install and configure Apache (set up apacheuser, run the service securely). Set file system permissions (only apacheuser has read/write access). Secure Apache configuration (SSL, disable directory listing, access restrictions). Set up network ...
by Otto
Sat Nov 09, 2024 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 4121

Re: Route from Fiber Optic to the Web Server

... to deal with these topics, regardless of whether we book hosting somewhere or do self-hosting. Best regards, Otto Part 2: I dealt with file system permissions today to prevent Backend/Endpoint (fopen(), file_get_contents(), etc.) from accessing files outside of htdocs. With that, I have now completed ...
by Otto
Tue Oct 22, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Route from Fiber Optic to the Web Server
Replies: 3
Views: 357

Switching to Web

... is not regularly updated, security vulnerabilities can arise, which can be exploited by attackers. **Lack of access control:** Insufficient file permissions can lead to unauthorized access to sensitive files. **Incorrect firewall settings:** Opening ports for the web server (e.g., Port 443 for ...
by Otto
Thu Oct 10, 2024 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Web
Replies: 2
Views: 466

Re: ms teams or similar

... Other users can download these files to run them locally on their own machines. Read/Write Access: Both MS Teams and Dropbox allow you to set permissions for shared files and folders. You can control who can view (read-only) or edit (read/write) the shared files. Collaborative Editing: While ...
by Antonio Linares
Thu Sep 12, 2024 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ms teams or similar
Replies: 2
Views: 318

Re: Dbf/cdx to sql changing

... in the tables, which is extremely fast in FIVEWIN, always gave us advantages. For example, security: SQL databases: A user with read and write permissions can execute SQL queries and save the results locally, which essentially equates to downloading the data. DBF files: Access to DBF files ...
by Otto
Thu Jul 18, 2024 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4775

Re: Propuesta para que hagan un curso virtual FW

... designed to manage information about business owners or company proprietors. Here is a detailed overview of what the application does: Check User Permissions: The application verifies if the user has supervisor or administrator rights (xSUPER = 'Y' .or. xAdmin = "Y"). If not, it displays ...
by Otto
Fri Jul 12, 2024 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Propuesta para que hagan un curso virtual FW
Replies: 302
Views: 40167

Re: erase files

... denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a read-only file, accessing a file that is locked by another process, or trying to open a file in a restricted ...
by Silvio.Falconi
Thu Jan 25, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 3057

Re: erase files

... denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a read-only file, accessing a file that is locked by another process, or trying to open a file in a restricted ...
by Otto
Thu Jan 25, 2024 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 3057

file ID in the Windows file system

... `C:\path\to\your\file.txt` with the actual path to your file. This will return the File ID in a hexadecimal format. **Considerations:** - **Permissions**: Make sure you have the necessary permissions to access the file and run these commands, especially if you are in a restricted or multi-user ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 1141

Re: Function Hb_DirExists() no permite File() ubique los archivo

... Files" IF HB_DirExists(cDir) ?cDir + CRLF + CRLF + If(IsDirWritable(cDir), "You can write in this directory.", "You have not permissions to write in this directory!") ELSE ?cDir + CRLF + CRLF + "Directory not found!" ENDIF IF File("pruebadir.map") ...
by CARLOS ATUNCAR
Thu Nov 02, 2023 3:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function Hb_DirExists() no permite File() ubique los archivo
Replies: 14
Views: 1635

Re: Callback Server

... the Synology DSM SMS API. In order to use the Synology DSM SMS API, you need to have an account on your Synology NAS device with the necessary permissions. You can create a new account with the appropriate permissions by going to "Control Panel" > "User" and creating ...
by Otto
Fri Mar 10, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 1068

Re: mod_harbour + ADS on linux server

I have tried to put libace.so and libadsloc.so in: - ~/mod_harbour/linux/ - /var/www/html/ I have tried to put all permissions to those files. I also tried to have both libace.so - libace.so.11.10.0.24 and libadsloc.so - libadsloc.so.11.10.0.24 in both directories. Neither of those ...
by berpa
Thu Dec 01, 2022 11:24 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 39015

Re: mod_harbour + ADS on linux server

I am trying, but now it does not work anymore (even the examples bundled with harbour).
Maybe it's something about the permissions.

I will try to reconfigure mod_harbour environment from the start and I'll let you know if it works.

Thank you.
by berpa
Thu Dec 01, 2022 9:31 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 39015

Re: Very strange problem - ideas needed

... Ledger file, and some of the data is available to be accessed from the client program, and we have no problem doing that. So, though I did check permissions, if they were not present, she wouldn't be able to write anything to that file. That is not the case. Also, I copy those files to my test ...
by TimStone
Thu Aug 25, 2022 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 2737

Re: Very strange problem - ideas needed

Tim, have you checked the read and write permissions of the user and the files?
Best regards,
Otto
by Otto
Wed Aug 24, 2022 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 2737
Next

Return to advanced search