Bug 113284 - gphoto2: --get-file does not work on subfolders
Summary: gphoto2: --get-file does not work on subfolders
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: Beta 3
Hardware: x86-64 All
: P5 - None : Normal
Target Milestone: ---
Assignee: Marcus Meissner
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-26 11:49 UTC by Sebastian Vollath
Modified: 2005-09-01 14:43 UTC (History)
0 users

See Also:
Found By: Component Test
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
ran gphoto2-shell (685 bytes, application/octet-stream)
2005-08-26 11:49 UTC, Sebastian Vollath
Details

Note You need to log in before you can comment on or make changes to this bug.
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!