A ftp ssl problem

Advertisement

zhaolianfeng
Joined:
Posts:
1
Location:
Beijing, China

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

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: A ftp ssl problem

Can you post a log file both from WinSCP and Filezilla?

To generate log file, enable logging, log in to your server and do the operation and only the operation that causes the error. For posting extensive logs you may use pastebin or similar application. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.

Reply with quote

Advertisement

You can post new topics in this forum