how to set option include & exclude
i want only to synchronize a specific file extension but this does not work. Here is my script:
# Automatically answer all prompts negatively not to stall
# the script on errors
option batch on
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect using a password
# open user:password@example.com
# Connect
open wtrends:u2bono@gcfpwbapeu1p-eth0.eurdmz.dmzroot.net
# Change remote directory
# cd /lhome/wtrends/JFPPT/
# option transfer binary
# get access*.gz
# cd /opt/SUNWwbsvr/https-host-eth0.eurdmz.dmzroot.net/logs/
# option transfer binary
# get access*
option include access*
synchronize local e:\Tempa /opt/SUNWwbsvr/https-host-eth0.eurdmz.dmzroot.net/logs
# Disconnect
#close
# Exit WinSCP
#pause
#exit
Any clue?!?
Thanks in advance