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 123
123
< code > FileCount</ code >
124
124
</ dt >
125
125
< 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.
128
128
</ dd >
129
129
</ dl >
130
130
138
138
</ dt >
139
139
< dd >
140
140
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.
142
142
</ dd >
143
143
< dt >
144
144
< code > UnixDate</ code >
@@ -151,8 +151,19 @@ <h2>
151
151
< code > Content</ code >
152
152
</ dt >
153
153
< 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 >
156
167
</ dd >
157
168
</ dl >
158
169
You can’t perform that action at this time.
0 commit comments