Re: opening files on remote computers
From: Andrew Gaffney (agaffney_at_technaut.darktalker.net)
Date: 12/10/03
- Next message: Dan Anderson: "Re: How do I set up bidirectional pipes over a network connection?"
- Previous message: Ohad Ohad: "opening files on remote computers"
- In reply to: Ohad Ohad: "opening files on remote computers"
- Next in thread: Ohad Ohad: "Re: opening files on remote computers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 10 Dec 2003 07:43:31 -0600 To: Ohad Ohad <ohad_ng@hotmail.com>
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 and server Perl programs. If you have sshd running on the remote box, you can
probably use scp to get the file. More details please.
-- Andrew Gaffney
- Next message: Dan Anderson: "Re: How do I set up bidirectional pipes over a network connection?"
- Previous message: Ohad Ohad: "opening files on remote computers"
- In reply to: Ohad Ohad: "opening files on remote computers"
- Next in thread: Ohad Ohad: "Re: opening files on remote computers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|