in reply to Re^2: Net::SFTP::Recursive problems
in thread Net::SFTP::Recursive problems

But with Net::SFTP::Foreign , I can't use a password for my connection. I try to search a solution but I don't find it. The rput function is ok but no the rget function. Have you a solution without using Net sftp foreign ? Thanks

Replies are listed 'Best First'.
Re^4: Net::SFTP::Recursive problems
by salva (Canon) on May 10, 2007 at 16:10 UTC
    But with Net::SFTP::Foreign , I can't use a password for my connection

    Well, actually you can, using Expect. See the passwd_conn.pl script on the samples directory from the module distribution.