in reply to Net::SFTP::Recursive problems

I have the same problem "Deep recursion on subroutine line 283" with the rget method, but not with the rput. have you find a solution ?

Replies are listed 'Best First'.
Re^2: Net::SFTP::Recursive problems
by salva (Canon) on May 09, 2007 at 11:39 UTC
      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
        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.