Bugzilla – Bug 113284
gphoto2: --get-file does not work on subfolders
Last modified: 2005-09-01 14:43:47 UTC
Downloading a single file from a camera's subfolder (usb/serial) with e.g.: > gphoto2 --camera="Kodak CX6230" --port="usb" --get-file="/store_00010001/DCIM/104K6230/104_3962.JPG" --filename="test.jpg" does not work. Look at the attached gphoto2 shell output, where I reproduced it. Running "get" with a given path in the root directory does not work. Changing to the subfolder and get the file from there works fine. It seems that therfore konqueror has problems to browse those cameras, too.
Created attachment 47759 [details] ran gphoto2-shell
you have to specifically specify folders with -f currently gphoto2 -f /store_00010001/DCIM/104K6230/ -p 104_3962.JPG i have opened myself a bugreport on sourceforge a year ago or so ... perhaps i should fix it sometime :/
Yes, invalid - I didn't got the "--folder" :( And I will change the testcase now ...
thanks!