S
Sayan Thabthimyai
i have download rbCurl-0.0.2a0.tgz(this library is about ftps) from
http://www.d1.dion.ne.jp/~matuyuki/ruby.html
i extract rbCurl-0.0.2a0.tgz and i got
api.def
auto_defs.inc
auto_funcs.inc
example.rb
extconf.rb
gen_api.rb
init.c
README
template.rb
TODO
i have no idia to include these files into ruby. i found this line
require 'curl' in example.rb and i tried to install curl from gem
install curl . i got
root@ubuntu:~# gem install curl
Attempting local installation of 'curl'
Local gem file not found: curl*.gem
Attempting remote installation of 'curl'
Updating Gem source index for: http://gems.rubyforge.org
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
http://www.d1.dion.ne.jp/~matuyuki/ruby.html
i extract rbCurl-0.0.2a0.tgz and i got
api.def
auto_defs.inc
auto_funcs.inc
example.rb
extconf.rb
gen_api.rb
init.c
README
template.rb
TODO
i have no idia to include these files into ruby. i found this line
require 'curl' in example.rb and i tried to install curl from gem
install curl . i got
root@ubuntu:~# gem install curl
Attempting local installation of 'curl'
Local gem file not found: curl*.gem
Attempting remote installation of 'curl'
Updating Gem source index for: http://gems.rubyforge.org
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