Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Re: How does perl's file I/O work?

by Gilimanjaro (Hermit)
on Jan 21, 2003 at 20:52 UTC ( [id://228841]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: How does perl's file I/O work?
in thread How can I access a file on a remote server?

Problem is that after establishing the telnet session, the other side of the connection is just a login shell waiting for input. You could use that shell to dump the file and store the input locally, but there is a problem.

System messages can be sent to a terminal session by the server, which would then show up in the middle of your file. I'm talking about things like 'You have new mail' or 'System will go down for maintenance' and the such.

If your workstation is a Unix machine, I would suggest buying your sysadmin a pizza and asking him to allow you to connect to your homedir using nfs. If it's a windows machine, do the same after installing an nfs-client for Windows.

NFS allows you to 'mount' the filesystem on your local machine, making it 'look' local to all your applications. After doing that you could access the file in any way you would want...

  • Comment on Re: Re: Re: How does perl's file I/O work?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://228841]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found