Hi there
I am trying to call a bath file which is suppose to open a connection to a SFTP server using Winscp and it can not open the conection.
This is the comand that I have in my batch file:
"C:\Program Files\WinSCP\WinSCP.exe"
-script=C:\Inetpub\
and this is the text2.txt file:
option batch on
option confirm off
option transfer binary
open sftp://cae:Eia$x@ftp.one.com:22
close
exit
It returns erroe. Can you please help me.
Thanks - Hamid
I am trying to call a bath file which is suppose to open a connection to a SFTP server using Winscp and it can not open the conection.
This is the comand that I have in my batch file:
"C:\Program Files\WinSCP\WinSCP.exe"
-script=C:\Inetpub\
and this is the text2.txt file:
option batch on
option confirm off
option transfer binary
open sftp://cae:Eia$x@ftp.one.com:22
close
exit
It returns erroe. Can you please help me.
Thanks - Hamid