Dear Sir,
I tried to synchronize folder from remote to local below, but the synchronizing always perform with no change. The Synchronizing message is shown followed by "params = 4102" in the end of log, do you know what that mean? And what reason towards to the problem? Thank you.
Pls. see the script:
===>
option batch on
option confirm off
open sftp://ID:PWD@IP
option transfer binary
synchronize local d:\QSG /QSG -mirror
exit
The log file:
'd:\QSG' and remote directory '/QSG', mode = 1, params = 4102
. 2013-04-21 20:24:35.621 Local file 'd:\QSG\.' [2013-04-19T14:24:39.410Z] [0] excluded from synchronization
. 2013-04-21 20:24:35.621 Local file 'd:\QSG\..' [2013-04-19T14:24:39.410Z] [0] excluded from synchronization
. 2013-04-21 20:24:35.622 Listing directory "//QSG".
> 2013-04-21 20:24:35.622 Type: SSH_FXP_OPENDIR, Size: 39, Number: 267
< 2013-04-21 20:24:35.932 Type: SSH_FXP_HANDLE, Size: 13, Number: 267
> 2013-04-21 20:24:35.932 Type: SSH_FXP_READDIR, Size: 13, Number: 524
< 2013-04-21 20:24:36.238 Type: SSH_FXP_NAME, Size: 365, Number: 524
> 2013-04-21 20:24:36.239 Type: SSH_FXP_READDIR, Size: 13, Number: 780
< 2013-04-21 20:24:36.541 Type: SSH_FXP_STATUS, Size: 28, Number: 780
< 2013-04-21 20:24:36.541 Status code: 1
> 2013-04-21 20:24:36.541 Type: SSH_FXP_CLOSE, Size: 13, Number: 1028
. 2013-04-21 20:24:36.545 Remote file '/QSG/720-00020.zip' [2013-04-19T02:41:22.000Z] [44516011] is new
< 2013-04-21 20:24:36.545 Script: Synchronizing...
. 2013-04-21 20:24:36.546 Synchronizing local directory 'd:\QSG\' with remote directory '/QSG/', params = 4102
> 2013-04-21 20:24:36.546 Script: exit
. 2013-04-21 20:24:36.547 Script: Exit code: 0
. 2013-04-21 20:24:36.547 Closing connection.
. 2013-04-21 20:24:36.547 Sending special code: 12
. 2013-04-21 20:24:36.547 Sent EOF message
Thank you.