File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 123123 < code > FileCount</ code >
124124 </ dt >
125125 < dd >
126- Number of files encoded in the data stream. SmallInt encoded as four hex
127- digits. Maximum number of files is 32,767.
126+ Number of files encoded in the data stream. 16 bit integer encoded as four
127+ hex digits. Maximum number of files is 32,767.
128128 </ dd >
129129</ dl >
130130
138138 </ dt >
139139 < dd >
140140 Name of file without path information. AnsiString preceded by its size in
141- bytes as a SmallInt encoded as four hex digits.
141+ bytes as a 16 bit integer encoded as four hex digits.
142142 </ dd >
143143 < dt >
144144 < code > UnixDate</ code >
@@ -151,8 +151,19 @@ <h2>
151151 < code > Content</ code >
152152 </ dt >
153153 < dd >
154- File contents. AnsiString preceded by its size in bytes as a SmallInt
155- encoded as four hex digits. File size is limited to 32kB.
154+ < div class ="half-spaced ">
155+ File contents.
156+ </ div >
157+ < div class ="half-spaced ">
158+ < em > For web service version 5</ em > this is an AnsiString preceded by its
159+ size in bytes as a 16 bit integer encoded as four hex digits. File size is
160+ limited to 32kB.
161+ </ div >
162+ < div class ="half-spaced ">
163+ < em > For web service version 6</ em > this is an AnsiString preceded by its
164+ size in bytes as a 32 bit integer encoded as eight hex digits. File size
165+ limit is raised to 2 Gb.
166+ </ div >
156167 </ dd >
157168</ dl >
158169
You can’t perform that action at this time.
0 commit comments