WinSCP script with site namefmt 1
Hello, I am new to this, but need to create script to copy a file everyday at 12 pm.
The file generated will be going to IBM400, so need to use the
Basically, I am still using DOS with commands like such:
How do I move this command to WinSCP script?
The file generated will be going to IBM400, so need to use the
quote site namefmt 1
command with WinSCP scripting.
Basically, I am still using DOS with commands like such:
open [server name] username password quote site namefmt 1 cd inbox put C:\filename\filename.file quit