Hi,
I am a new member and user to WinSCP. I am an integrator of IT solutions and I start on WinSCP, so please excuse me if my request seems trivial and simple, she has not yet for me ;)
I want to send 2 csv files to a remote ftp server, daily via a scheduled task.
I created a txt file named TEST.txt containing the following code
open ftp://username:password@IPSERVER:PORT/
lcd D:\FTP\TEST_FTP\
cd /
put EXAMPLE.csv
exit
Then I created a bat file
"C:\Program Files (x86)\WinSCP\winscp.com" winscp.com /script="D:\FTP\TEST_FTP\TEST.txt"