in reply to
Net:sftp module is slow and hangs
try using
Net::SFTP::Foreign
instead.
Comment on
Re: Net:sftp module is slow and hangs
Replies are listed 'Best First'.
Re^2: Net:sftp module is slow and hangs
by
Anonymous Monk
on Aug 22, 2007 at 13:26 UTC
can't do the foerign because of password authentication. Anyway as a work around I have installed it and playing with using perl's Expect. Having trouble with transport method of it. Thanks for your input.
[reply]
Re^3: Net:sftp module is slow and hangs
by
salva
(Canon)
on Aug 22, 2007 at 15:15 UTC
We will be able to help you if you post the
Expect
code you are using.
BTW, another option is to use
Net::SSH2
.
[reply]
In Section
Seekers of Perl Wisdom