i am trying to use sftp2 which is a command line program to log into a ssh server and put/get files from it during the exectution of my perl script.
that starts the program and then prompts for a pwd. is there any way i can keep that shell open and continue to pass in parameters to the command line?
If not i am also trying to use Net::SSH:Perl but i can't install it for the life of me. I am trying to use the make file and it continually fails. it can't get past the Crypt::DSA install.
In reply to SSH Help
by bear0053