Re: Invalid access to memory
Thanks for your report. Will try to reproduce the problem.
Btw, WinSCP cannot display a log of another instance.
Btw, WinSCP cannot display a log of another instance.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
# Automatically abort script on errors
option batch abort
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect
open ftp://stonegate
# Change remote directory
cd /sgdadmin/www/customer/uploads
# Force binary mode transfer
option transfer binary
# XML log is created in "UploadLog.txt"
# Upload All SoStat.pdf to working directory
put M:\Reports\RepSOStatus\*SoStat.pdf
# Disconnect
close
# Exit WinSCP
exit
"c:\Program Files\WinSCP\WinSCP.com" /script="C:\Program Files\WinSCP\TestScript2.txt" /xmllog=UploadLog.txt