How to read the file
Posted
by muruga
on Stack Overflow
See other posts from Stack Overflow
or by muruga
Published on 2010-05-13T04:29:55Z
Indexed on
2010/05/13
4:34 UTC
Read the original article
Hit count: 224
perl
I want to get the file from one host to another host. We can get the file using the NET::FTP module. In that module we can use the get method to get the file.But I want the file content instead of the file. I know that using the read method we can read the file content. But how to call the read function and how to get the file content.
Please help me.
© Stack Overflow or respective owner