A ftp ssl problem
Hi Everybody,
I'm using script to upload/download files automatically. I met a strange problem. following is the script:
------------------------------------------------
option batch on
option confirm off
open username:password@gisftp.lenovo.com -certificate="ssh-rsa 2048 b6:3f:11:a7:49:27:33:6c:01:38:85:3f:c4:0e:83:1c" -passive
cd /share/myfolder
option transfer binary
put c:\script.txt
close
exit
-------------------------------------------------
When I use the script on the Intranet, it works. But when I use it on the Internet, it does not work. It hang there - "searching for host". I use filezillar on the Internet, it works. I'm using winscp422.
Can anybody give me some hints?
Thanks
I'm using script to upload/download files automatically. I met a strange problem. following is the script:
------------------------------------------------
option batch on
option confirm off
open username:password@gisftp.lenovo.com -certificate="ssh-rsa 2048 b6:3f:11:a7:49:27:33:6c:01:38:85:3f:c4:0e:83:1c" -passive
cd /share/myfolder
option transfer binary
put c:\script.txt
close
exit
-------------------------------------------------
When I use the script on the Intranet, it works. But when I use it on the Internet, it does not work. It hang there - "searching for host". I use filezillar on the Internet, it works. I'm using winscp422.
Can anybody give me some hints?
Thanks