searching for host
trying to connect to an SFTP site using a bat file that calls a script.
i'm able to connect via the WinSCP GUI but when launching the bat file, a DOS screen tells me "searching for Host" then closes with out connecting.
here's the script file i'm using: what do i have wrong?
option batch abort
option confirm off
open sftp://Account:password@FTX-SERVSH.bnymellon.com/
-hostkey="ssh-rsa-9e-c2-dd-6d-86-a6-30-56-9d-ea-99-de-ff-c3-5f-2d"
synchronize remote \\amna1wgraapx01\apx$\rep\jpmDailyReports\ /advent
i'm able to connect via the WinSCP GUI but when launching the bat file, a DOS screen tells me "searching for Host" then closes with out connecting.
here's the script file i'm using: what do i have wrong?
option batch abort
option confirm off
open sftp://Account:password@FTX-SERVSH.bnymellon.com/
-hostkey="ssh-rsa-9e-c2-dd-6d-86-a6-30-56-9d-ea-99-de-ff-c3-5f-2d"
synchronize remote \\amna1wgraapx01\apx$\rep\jpmDailyReports\ /advent