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
Any suggestions?
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?