exists.
From: Andrew Gaffney <[EMAIL PROTECTED]>
To: Ohad Ohad <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: opening files on remote computers
Date: Wed, 10 Dec 2003 08:22:18 -0600
Ohad Ohad wrote:
Well, I just want to open the file for reading.
somthing like open(FILE, &quo
Ohad Ohad wrote:
Well, I just want to open the file for reading.
somthing like open(FILE, ":") will be great.
Even better if it uses ssh.
This module from CPAN looks promising:
http://search.cpan.org/~ivan/Net-SCP-0.06/SCP.pm
--
Andrew Gaffney
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
Well, I just want to open the file for reading.
somthing like open(FILE, ":") will be great.
Even better if it uses ssh.
From: Andrew Gaffney <[EMAIL PROTECTED]>
To: Ohad Ohad <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: opening files on remote computers
Date: Wed
Ohad Ohad wrote:
Hi,
What's the best way to open (for reading) a file on remote computer (in
perl) ?
Well, what do you need to open the file for? You can do something like mounting the remote
FS via NFS, SMB, etc. You can also have an FTP server running on the remote box. You can
write client a
Hi,
What's the best way to open (for reading) a file on remote computer (in
perl) ?
Thanks.
_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
--
To unsubscribe, e-mail: [EMAIL PR