Re: Batch file for file transfer from network shared path to unix server
1) I'm pretty sure that
2) Your batch file syntax is wrong. You cannot have an unescaped empty line between "open" and "put" lines.
3) It seems that you have a new line between "ssh-rsa 2048" and "k6KSozSpdMksDTVkhLKUR7GDKgTHspD5cgeYTRENsU8".
C:\writable\path\to\log\WinSCP.log
is not a valid existing path on your system. Use a real path, instead of this placeholder.
2) Your batch file syntax is wrong. You cannot have an unescaped empty line between "open" and "put" lines.
3) It seems that you have a new line between "ssh-rsa 2048" and "k6KSozSpdMksDTVkhLKUR7GDKgTHspD5cgeYTRENsU8".