Re: How to get a file

2003-07-13 Thread Janek Schleicher
Vemulakonda Uday Bhaskar wrote at Fri, 11 Jul 2003 08:44:16 +: > my $SFTP=Net::SSH::Perl->new("xxx.xxx.xxx.xxx") or die "Cant connect"; > $sftp->login("xyz","abc"); > > the above code is working fine. How do you know that the code is working fine? I don't know the Net::SSH::Perl module very

How to get a file

2003-07-11 Thread vemulakonda uday bhaskar
hi all my code : #!usr/local/bin use Net::SFTP; use Net::SSH::Perl; use strict; use warnings; my $SFTP=Net::SSH::Perl->new("xxx.xxx.xxx.xxx") or die "Cant connect"; $sftp->login("xyz","abc"); the above code is working fine. Bu what is tehe command to get or put a file the command $sftp->get("