Script downloading files
Hi @ all
I'm new to this Prog, I've searched the Forum and read the FAQ and Docs, however I didnt found anything really helpfull for my prob.
I want to use a script for downloading files from a SFTP Server. It uses a Private Keyfile with Passphrase. (must not be automatic)
I got so far:
option batch on
option confirm off
open USER@IP Adress
cd /ftp/dcc/USER/output/
get * z:\input\
rm *
close
exit
when I run the Link on my Desktop, he wants to connect with the Username, but ends with:
No supported authentication methods left to try!
My brain runs out of power atm, and I'm very happy for every little help I get. (If you could provide me an Example, I would love you *grin*)
If you need more Infos, plz name it ^^
so long and thx
Hermann
I'm new to this Prog, I've searched the Forum and read the FAQ and Docs, however I didnt found anything really helpfull for my prob.
I want to use a script for downloading files from a SFTP Server. It uses a Private Keyfile with Passphrase. (must not be automatic)
I got so far:
option batch on
option confirm off
open USER@IP Adress
cd /ftp/dcc/USER/output/
get * z:\input\
rm *
close
exit
when I run the Link on my Desktop, he wants to connect with the Username, but ends with:
No supported authentication methods left to try!
My brain runs out of power atm, and I'm very happy for every little help I get. (If you could provide me an Example, I would love you *grin*)
If you need more Infos, plz name it ^^
so long and thx
Hermann