WinSCP 4.1.2 - ignore local path value by option synchronize

Advertisement

scheste
Joined:
Posts:
7
Location:
Germany, 73312

WinSCP 4.1.2 - ignore local path value by option synchronize

Hello,

I use now WinSCP 4.1.2 because the version 4.0.7 have a bug with parameter -criteria= by the synchronize option.
But the new version have new other bug :(

I use the following script for a file synchronization task.

option batch on
option confirm off
option synchdelete on
open PACS
option exclude "/var/data/emma/mfg/TEST DROP BOX - DO NOT USE\*"
synchronize local y:\Images\Images\PACS -criteria=size
exit

The problem is, that winscp ignore the paramater for the local path y:\Images\Images\PACS.
But this works befor on version 4.0.7.

Regards,
Stefan

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: WinSCP 4.1.2 - ignore local path value by option synchro

scheste wrote:

I use now WinSCP 4.1.2 because the version 4.0.7 have a bug with parameter -criteria= by the synchronize option.
It was not a bug. The feature was simply not implemented in 4.0.7 yet.

The problem is, that winscp ignore the paramater for the local path y:\Images\Images\PACS.
Thanks. This issue has been added to tracker.

Meanwhile you can do:
lcd y:\Images\Images\PACS
synchronize local -criteria=size

Reply with quote

scheste
Joined:
Posts:
7
Location:
Germany, 73312

Re: WinSCP 4.1.2 - ignore local path value by option synchro

I will test the workaround...
Thanks for your fast response!

Regards,
Stefan

Reply with quote

Advertisement

You can post new topics in this forum