- Original Message -
From: "Ing. Branislav Gerzo" <[EMAIL PROTECTED]>
Date: Wednesday, March 23, 2005 11:10 am
Subject: Re: SFTP problems...
> zentara [z], on Wednesday, March 23, 2005 at 10:10 (-0500) thinks
> about:
>
> z> Yeah, it looks like the server
zentara [z], on Wednesday, March 23, 2005 at 10:10 (-0500) thinks
about:
z> Yeah, it looks like the server is version 1 of ssh, while you are
z> running ssh2 on your client.
now everything works under win32. The SFTP under win is tricky thing,
but it seems, it works good.
problem was original Ne
Hello beginners@perl.org,
I just install Net::SFTP on my machine via PPM (randy kobes
repository), and ran this code:
#!/usr/bin/perl -w
use strict;
use warnings;
use Net::SFTP;
my $host = '11.11.111.11';
my $user = 'root';
my $pass = '*';
my $sftp = Net::SFTP->new($host,user=>$use