rushirajchavan

Results 4 issues of rushirajchavan

Hi, I am using curb to execute NLST command on a remote ftp server through a http proxy server. Proxy tunneling is enabled. ### # require require 'rubygems' require 'curb'...

Hi, I used the following statement to get the directory listing. obj.ftp_commands=["PASV","NLST "] # set other curl and ftp options obj.perform It is giving ftp error "425 cannot establish connection"...

Hi, I am using curb-0.8.5 gem. I was trying something like c=Curl::Easy.new url do |curl| # some parameter settings end c.set(:customrequest,'dele') c.perform But instead of deleting the file it downloaded...