Hi
How do I access end perform ExifTool command on my External Q-nap Server from the MAC Terminal ?
In MAC Terminal ExifTool say´s someting like "file not found" and I have tried to specify the URL and the IP-address - nothing works.
The Q-nap server needs a user and password for logging in and is accessible in MAC Finder and also on 192.168.0.27.
Can someone tell me how to do this ?
/Aage
If you can see it as a disk in the Mac Finder, then look in the /Volumes directory (ls /Volumes) to find the disk name, and run Exiftool like this:
exiftool "/Volumes/some disk name" ...
- Phil