Filename changes during download
I have a cmd file, which I want to download any file from the site with an .OUT extension:
Text file:
Cmd file:
The file I want to download has a name like
Any idea why that happens? I'd like to keep the name intact.
Thanks!
Text file:
option batch continue option confirm off open h-results@file.ftpsite.org lcd C:\sftp_downloads\LS\ get *.out ./ exit
"c:\Program Files (x86)\WinSCP\WinScp.com" /script=C:\LS_scripts\lsftpscript.txt
RS00001.OUT
, but it's downloading as .%F
Any idea why that happens? I'd like to keep the name intact.
Thanks!