Re: Trying to download files using WWW::Mechanize

How do I grab a particular file and load it into memory or onto the
Would be found like this:
‘.csv’, you could do this:

page.links.href(/.csv$/).each { |link|
puts agent.click(link).body
}

Hope this helps!

Your last post actually led to a solution, but this still helps me as it
narrows down the links I have to traverse.

Thanks again!

Dan

This communication is the property of Qwest and may contain confidential
or
privileged information. Unauthorized use of this communication is
strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and
destroy
all copies of the communication and any attachments.