Re: Carriage returns with scripted winscp.com
Please post logs from both scenarios (manual and script).
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
winscp.com
from Linux host to Windows client in ascii mode a carriage return is added at the end of each line. However if I script the same action the carriage return (required for Windows VBA) is not added.
winscp.com /script
file shown below:
open ftp://user:pw@server
cd remote directory
lcd "local directory"
get -transfer=ASCII "filename.csv"
bye