On Friday, 1 June 2012 17:04:42 UTC-4, Ruby-Forum.com User wrote:
>
> Hi, 
>
> I'm a newbie to ROR. I wanted to write some code which can help me to 
> list and then index all the paths on a remote server. Is there a ftp 
> server crawler in ruby? 
>
>
Take a look at Net::FTP, in the standard library:

http://www.ruby-doc.org/stdlib-1.9.3/libdoc/net/ftp/rdoc/Net/FTP.html

It should do what you're looking for.

--Matt Jones
 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/8Y11_pkuadEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to