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

StevenJW

That did it.

Thank you
StevenJW

Put file with star in destination filename

I am trying to replace a Windows FTP script with WinSCP so I can use FTPES. The destination system is an OS that requires a * in the filename (part1*part2.) I can't get the WinSCP command to leave the star in the destination filename.

The FTP command is
put C:\upload\file.bin upload*file.

the WinSCP commands I've tried are
"put -transfer=binary C:\upload\file.bin upload*file."
"put -transfer=binary C:\upload\file.bin upload[*]file."
"put -transfer=binary C:\upload\file.bin upload**file."


Any suggestions?