hi everybody ;
I found the solution
I use the module Net::SFTP;

use Net::SFTP;
$host="remote host adress";

%args=("user"=> "username",
"password"=>"user_password"
);

my $sftp=Net::SFTP->new($host,%args);

$sftp->get($remote_file);


koudjo


_________________________________________________________________
MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp

Reply via email to