Post a reply

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

agassparkle

Running script in a line rather than having them in cascade

Hello,
I am very very new to using WinSCP with scripting.

Is it possible to run commands like
put pic1.jpg put pic2.jpg put pic3.jpg

rather than
put pic1.jpg
put pic2.jpg
put pic3.jpg

I am generating the file with Excel. That is why I am looking for a way to do it like this.