Bug 113284

Summary: gphoto2: --get-file does not work on subfolders
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Sebastian Vollath <svollath>
Component: OtherAssignee: Marcus Meissner <meissner>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 3   
Target Milestone: ---   
Hardware: x86-64   
OS: All   
Whiteboard:
Found By: Component Test Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: ran gphoto2-shell

Description Sebastian Vollath 2005-08-26 11:49:08 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.
Comment 1 Sebastian Vollath 2005-08-26 11:49:53 UTC
Created attachment 47759 [details]
ran gphoto2-shell
Comment 2 Marcus Meissner 2005-08-26 11:51:41 UTC
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 :/ 
Comment 3 Sebastian Vollath 2005-08-26 11:55:45 UTC
Yes, invalid - I didn't got the "--folder" :(
And I will change the testcase now ...
Comment 4 Marcus Meissner 2005-09-01 14:43:47 UTC
thanks!