Re: Synchronize from local directory to remote server
The arguments of
If you want to restrict the synchronization to certain files, you have to use
You must be using some old version of WinSCP. With recent versions, would would get a more helpful message with your wrong syntax. You should upgrade.
synchronize
command are paths to directories. You cannot use file masks there.
If you want to restrict the synchronization to certain files, you have to use
-filemask
switch:
synchronize remote -filemask=*.txt C:\ddswrkq\ACEPRMRB\ACMRBSIP /u194/outbox/inq
You must be using some old version of WinSCP. With recent versions, would would get a more helpful message with your wrong syntax. You should upgrade.