in reply to Read files on unix system

Yes, there is (as long as port 23 is open on the machine to which you want to telnet):

1) telnet "hostname"
2) enter login and password
3) use unix commands as if you opened a shell locally on "hostname"

If you want to know how to do it in perl, look at Net::Telnet

davidj