New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ftp_service

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftp_service

  • 0.3.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

FTP Service

An FTP Service is like a web service except stupid. You send your request by uploading an xml file and get your response by downloading another xml file. Have you ever had to deal with something like that? I have. It sucks.

RDocs on rdoc.info.

Source code on github.

Installation

gem install ftp_service

Usage

require 'ftp_service'

FtpService.open('host', 'user', 'pass') do |service|
  service.write_request('<foo>bar</foo>', "/request/path.xml")
  response = service.read_response("/response/path.xml")
end

For more details, see the RDocs.

Copyright (c) 2010 Justin Blake. See LICENSE for details.

FAQs

Package last updated on 18 Mar 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc