Re: Scripting Unknown Command Error
The Script
option batch on
option confirm off
option transfer binary
"C:\WinSCP\winscp.exe" /console /script=TRANSFER_BACKUP.txt BACK
get *.* D:\BACKUP\
close
exit
The highlighted part is probably cause of your problem.