Hi,
I try to get one line from a file on another server.
I tried with Net::FTP
$ftp = Net::FTP->new("server");
$ftp->login($user,$pass);
$ftp->cwd("dir");
@zone = $ftp->cmd("egrp -n 'zone \"try.com' file");
$ftp->quit;
print @zone;

I don't know if ->cmd support this command, it doesn't work with me.
is there another way to do that, I don't want to get the file.

Thank you
Pierre

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to