Sorry, I remember I have replied to your question, but it's gone :-(
The /privatekey setting is a command-line option.
The /privatekey setting is a command-line option.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
# 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@host
option include access*
synchronize local G:\raw\UK_JFP_Light\host /opt/SUNWwbsvr/https-host/logs
# Disconnect
close
# Exit WinSCP
exit
I want all files errors* exluded or access* included.
Your script should do that. If not, please post a log file.
I want all files errors* exluded or access* included.