That worked, thx!
- Guest
/log="c:\temp\winscp.log"
c:\temp
does exist, and I am running the command prompt as an Administrator. Any other ideas?
C:\temp
exists and that your account has permissions to write to it.
"C:\Program Files (x86)\WinSCP\WinSCP.exe" /log "c:\temp\winscp.log" /command "open ftp://[username]:[password]@[IPAddress]/DBBackups" "get *.bak c:\DBBackups\" "exit"
c:\temp\winscp.log
. Can someone tell me what I have wrong?