Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Okonwo123

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 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

How do I move this command to WinSCP script?