I'm using the Net::FTP module to grab some files--so far so good.
However, I don't want to save the files locally; I want to parse them
after I pull them over and dump some of the contents out.
All the examples I've seen of Net::FTP dump the file locally, and
that's all I can get it to do.
Thanks in advance!