Justin Collins wrote: > Sayan Thabthimyai wrote: >> README >> ERROR: While executing gem ... (Gem::GemNotFoundException) >> Could not find curl (> 0) in the repository >> Does any one know how to include this library into ruby? >> or does anyone know other library that can connect to ftps by using >> ruby? >> regards >> Sayan >> >> > > Change to the directory rbCurl and run: > > ruby extconf.rb > make > make install (as root) > > Note that this did not compile for me, maybe it will for you, but it > looks pretty old (2001). > It also doesn't look like any gems were made for this project. The gem > command uses rubyforge.org as the default place to get packages and that > project isn't listed there. > I haven't used any ftps libraries personally, but I found this one on > RubyForge: > http://rubyforge.org/projects/ftpfxp/ > > Good luck. > > -Justin thank you very much everyone. i will try http://rubyforge.org/projects/ftpfxp/ regards Sayan -- Posted via http://www.ruby-forum.com/.