Scripted upload adds empty lines to csv-file
Hi there, I'm trying to automate the upload of a csv file through FTP, but for some strange reason this command
adds a blank line after each line in my csv.
Content of the script file:
c:\program files\winscp\winscp.com "/script=C:\Data\PLANNING\PLANNING_20141228.txt"
Content of the script file:
open ftp://user:pwd@ftp cd /data put C:\Data\PLANNING\PLANNING_20141228.csv close exit