-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Printers
- Scanning, Faxing, and Copying
- Re: macOS example needed for "network path" for scanning doc...

Create an account on the HP Community to personalize your profile and ask a question
02-06-2023 10:37 AM
Please provide an example of a path in macOS to a network folder.
macOS does not use the same format as Windows for paths!
I have tried using the IP address in combination with the local folder path and this is not accepted by the printer as a valid path.
smb://Johns iMac._smb._tcp.local/Shared/HP_Printer_Scans
Thank you.
Solved! Go to Solution.
Accepted Solutions
02-14-2023 11:59 AM
I submitted this information in an email to a tech that I spoke with for a few hours who could not figure out the issue. Your official documentation on this site is incomplete and the majority of owners that have more than one user will not understand what is causing their troubles.
For macOS there are a couple of issues not mentioned in the documentation on this site.
Create a shared volume on your mac, i.e. :
/Users/username/Documents/HP_Scans
Use "Get Info" on that new folder and check "Shared folder"
In order for all scans saved from the printer to that folder to be accessible to all users on the network we will need to change permissions on that folder by adding ACLs (on macOS there are two types of permissions POSIX and ACL) - when setting permissions in System Preferences/Sharing we are only setting POSIX permissions. In order to set ACLs we need to use Terminal.app or paid software like TinkerTool System.
Using Terminal.app? There is a great explanation here for the commands to enter and why.
chmod +a "group:examplegroup allow list,add_file,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,file_inherit,directory_inherit" /path/to/folder
The key argument is "directory_inherit" which means all files added to that folder will inherit the permissions of the folder. The POSIX permissions visible and set in Sharing won't suffice. In the example above you can choose "everyone" or "staff" for the group.
Get the IP address of your mac, i.e. :
192.168.x.x
The correct path to use in the HP scan to network settings for the above combination is :
\\192.168.80.191\HP_Scans
Note: On macOS we always use forward slashes for path names, but in this case we need to use backslashes as shown in the example
You will need to enter your user name and password in the HP scan to network settings.
02-14-2023 11:26 AM
Welcome to the HP support community.
I understand that you are trying to set up a scan to the network folder, I am glad to assist you.
Follow the steps mentioned on page number 63 in this user guide to setup the scan to the network folder:- Click here
Keep me posted.
If this helps, please mark the public post as an accepted solution so that it benefits several others.
Cheers.
Sandytechy20
I am an HP Employee
02-14-2023 11:59 AM
I submitted this information in an email to a tech that I spoke with for a few hours who could not figure out the issue. Your official documentation on this site is incomplete and the majority of owners that have more than one user will not understand what is causing their troubles.
For macOS there are a couple of issues not mentioned in the documentation on this site.
Create a shared volume on your mac, i.e. :
/Users/username/Documents/HP_Scans
Use "Get Info" on that new folder and check "Shared folder"
In order for all scans saved from the printer to that folder to be accessible to all users on the network we will need to change permissions on that folder by adding ACLs (on macOS there are two types of permissions POSIX and ACL) - when setting permissions in System Preferences/Sharing we are only setting POSIX permissions. In order to set ACLs we need to use Terminal.app or paid software like TinkerTool System.
Using Terminal.app? There is a great explanation here for the commands to enter and why.
chmod +a "group:examplegroup allow list,add_file,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,file_inherit,directory_inherit" /path/to/folder
The key argument is "directory_inherit" which means all files added to that folder will inherit the permissions of the folder. The POSIX permissions visible and set in Sharing won't suffice. In the example above you can choose "everyone" or "staff" for the group.
Get the IP address of your mac, i.e. :
192.168.x.x
The correct path to use in the HP scan to network settings for the above combination is :
\\192.168.80.191\HP_Scans
Note: On macOS we always use forward slashes for path names, but in this case we need to use backslashes as shown in the example
You will need to enter your user name and password in the HP scan to network settings.
03-24-2023 01:13 PM
This is helpful, however, I still haven't gotten it to work for me. A question:
- the shared volume uses the path /Users/username/Documents/HP_Scans whereas the path used in the HP settings is \\192.168.80.191\HP_Scans (skipping references to username/Documents). is that correct?
05-28-2023 12:43 PM
Wait, the IP address of our printer or of our Mac? I'm assuming you mean Mac?
I've had luck getting the HP site to accept \\[Mac IP address]\ScanFolder when my internal path is Users/dr._elusis/Desktop/ScanFolder but now it's hanging up on my username and login. Perhaps because I have a space in the user name?? I log in as Dr. Elusis, but I've tried "Dr. Elusis" "Dr._Elusis" "dr. elusis" and "dr._elusis" with no luck.
05-28-2023 12:55 PM
@DrSA wrote:Wait, the IP address of our printer or of our Mac? I'm assuming you mean Mac?
I've had luck getting the HP site to accept \\[Mac IP address]\ScanFolder when my internal path is Users/dr._elusis/Desktop/ScanFolder but now it's hanging up on my username and login. Perhaps because I have a space in the user name?? I log in as Dr. Elusis, but I've tried "Dr. Elusis" "Dr._Elusis" "dr. elusis" and "dr._elusis" with no luck.
Hi,
I am not sure of your situation or if it's the same as what I was doing. I needed to scan to a shared folder on my iMac and another iMac in my network.
We need to use the IP address of the mac.
Example for mac with IP address 192.168.80.191
\\192.168.80.191\HP_Scans
The directory can be anywhere as long as it is a shared folder. A complete path to the directory is not required.
The credentials should be exactly as they are for your login.