7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
209 | 209 |
210 <p> | 210 <p> |
211 Private method to connect to the FTP server and log in. | 211 Private method to connect to the FTP server and log in. |
212 </p> | 212 </p> |
213 <dl> | 213 <dl> |
214 <dt>Returns:</dt> | 214 <dt>Return:</dt> |
215 <dd> | 215 <dd> |
216 flag indicating a successful log in (boolean) | 216 flag indicating a successful log in (boolean) |
217 </dd> | 217 </dd> |
218 </dl> | 218 </dl> |
219 <a NAME="FtpSyncHandler.__dirListCallback" ID="FtpSyncHandler.__dirListCallback"></a> | 219 <a NAME="FtpSyncHandler.__dirListCallback" ID="FtpSyncHandler.__dirListCallback"></a> |
279 <dd> | 279 <dd> |
280 byte string to store in the buffer (bytes) | 280 byte string to store in the buffer (bytes) |
281 </dd> | 281 </dd> |
282 </dl> | 282 </dl> |
283 <dl> | 283 <dl> |
284 <dt>Returns:</dt> | 284 <dt>Return:</dt> |
285 <dd> | 285 <dd> |
286 number of bytes written to the buffer (integer) | 286 number of bytes written to the buffer (integer) |
287 </dd> | 287 </dd> |
288 </dl> | 288 </dl> |
289 <a NAME="FtpSyncHandler.__idleTimeout" ID="FtpSyncHandler.__idleTimeout"></a> | 289 <a NAME="FtpSyncHandler.__idleTimeout" ID="FtpSyncHandler.__idleTimeout"></a> |
359 <dd> | 359 <dd> |
360 name of the file to be uploaded (string) | 360 name of the file to be uploaded (string) |
361 </dd> | 361 </dd> |
362 </dl> | 362 </dl> |
363 <dl> | 363 <dl> |
364 <dt>Returns:</dt> | 364 <dt>Return:</dt> |
365 <dd> | 365 <dd> |
366 flag indicating success (boolean) | 366 flag indicating success (boolean) |
367 </dd> | 367 </dd> |
368 </dl> | 368 </dl> |
369 <a NAME="FtpSyncHandler.initialLoadAndCheck" ID="FtpSyncHandler.initialLoadAndCheck"></a> | 369 <a NAME="FtpSyncHandler.initialLoadAndCheck" ID="FtpSyncHandler.initialLoadAndCheck"></a> |
373 <p> | 373 <p> |
374 Public method to do the initial check. | 374 Public method to do the initial check. |
375 </p> | 375 </p> |
376 <dl> | 376 <dl> |
377 | 377 |
378 <dt><i>forceUpload=</i></dt> | 378 <dt><i>forceUpload</i></dt> |
379 <dd> | 379 <dd> |
380 flag indicating a forced upload of the files | 380 flag indicating a forced upload of the files |
381 (boolean) | 381 (boolean) |
382 </dd> | 382 </dd> |
383 </dl> | 383 </dl> |