Re: Uploading file using batch file with SQL server xp_cmdshell
Please attach a full session log file showing the problem (using the latest version of WinSCP).
@echo off
"C:\Program Files (x86)\WinSCP\WinSCP.com" ^
/log="<log file path>" /ini=nul /command ^
"open <ftp site> -rawsettings FSProtocol=2 -hostkey=""<host key>""" ^
"put -nopreservetime <upload file> /Outbox/eqmvmt/" "exit"
exit /b