summaryrefslogtreecommitdiff
path: root/camlibs/ricoh/g3.txt
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2003-10-12 13:55:54 +0000
committerMarcus Meissner <marcus@jet.franken.de>2003-10-12 13:55:54 +0000
commita13f05d15241a09bce9ed132536baff9c15e6aaa (patch)
tree59ea32f8838af6e797eefabda20805c5a0d19c22 /camlibs/ricoh/g3.txt
parentc8f941128f7fd2391b9045d7516da3ba49c785a3 (diff)
downloadlibgphoto2-a13f05d15241a09bce9ed132536baff9c15e6aaa.tar.gz
* g3.c: Bugfixes, restructuring, exif download, audio handling, mkdir/rmdir....
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6822 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/ricoh/g3.txt')
-rw-r--r--camlibs/ricoh/g3.txt35
1 files changed, 25 insertions, 10 deletions
diff --git a/camlibs/ricoh/g3.txt b/camlibs/ricoh/g3.txt
index 197850a6a..492804408 100644
--- a/camlibs/ricoh/g3.txt
+++ b/camlibs/ricoh/g3.txt
@@ -1,17 +1,9 @@
-RETR
-STOR
-DELE
-RNFR
-RNTO
--VER
-SPWD
-PRET
--SRET
--INFO
-CCTL
-SINF
-FMT
--DCAP
-ATTR
-PWOF
-SDIS
@@ -23,22 +15,35 @@ QUIT
-GFCI
-GFGI
-SGID
--GTPN
--RTST
+Internal ftp style commands:
+"-VER" - 200 9.2 01.06
"-FDAT folder/file" - 200 date=2003:10:08 16:57:06 for -FDAT.
- 200 date=%s for -FDAT.
"-INFO folder/file" - 200 %d byte W=%d H=%d K=%d for -INFO
+
"-GSID" - 200 SD ID=%02x%02x%02x%02x%02x%02x%02x%02x for -GSID.
"-GCID" - 451 -GCID command failure
- 200 CameraID=%s for -GCID.
"-TIME" - 200 %02d%02d/%02d/%02d %02d:%02d:%02d for -TIME.
+ - 200 2003/10/11 19:47:23 for -TIME.
"-NLST" - 150 data connection for -NLST.
... data blocks ...
250 -NLST command success.
+"-GTPN" - 200 TotalPhotoNo=%d for -GTPN.
+"-RTST" - 200 RTC status=%d for -RTST.
+"-DCAP /EXT0" - 200 /EXT0 capacity 63520768 byte,free 39043072 byte.
+
+"-SRET filename" - 150 %d byte Seek=%d W=%d H=%d S=%d for -SRET.
+ ... bytes+seek image data ...
+ 250 -SRET command success.
+
+ => Downloads exif data, at seek position is the thumbnail.
+
+Generic ftp style commands:
"CWD folder" - 501 CWD command failure
- 250 CWD command success.
@@ -47,4 +52,14 @@ QUIT
... data , %d bytes ...
250 RETR command success.
+"DELE file" - 250 DELE command success.
+ - 500 DELE command failure
+
+"RMD dir" - 250 RMD command success.
+ - 500 RMD command failure
+
+"MKD dir" - 257 "%s" directory created.
+ - 500 MKD command failure
+"RNFR name"
+"RNTO name"