Re: [Ssh-sftp-perl-users] How to cd with sftp (POD recommendation)
Brought to you by:
dbrobins
|
From: Dave R. <au...@ur...> - 2004-01-31 03:57:57
|
On Thu, 29 Jan 2004, Mark A. Fuller wrote:
> $sftp = Net::SFTP->new('some.host.name',
> ( user => 'user',
> ssh_args => ( ([ identity_files => ([ '/home/user/.ssh/ident_file' ]) ]) )
> )
> );
>
> That was another thing that was not intuitive to me. If the POD gave an
> example, it would be very useful.
Actually, I want to change it so that ssh_args also accepts a hash ref,
which would be a lot more sane, I think.
AFAICT, there's no reason to make it an array reference.
Now if only that shipment of round tuits would arrive ...
-dave
/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/
|