15件ヒット
[1-15件を表示]
(0.063秒)
検索結果
先頭2件
-
URI
:: FTP . new2(user , password , host , port , path , typecode = nil , arg _ check = true) -> URI :: FTP (18201.0) -
URI::FTP オブジェクトを生成して返します。 引数の正当性を検査します。
...am typecode 構成要素を表す文字列を与えます。
@param arg_check 真が与えられた場合は、各引数が字句規則に適合しているか否かを検査します。適合しない場合は例外 URI::InvalidComponentError が起ります。
@raise ArgumentError typecode が... -
xmlrpc (18.0)
-
XML-RPC を扱うためのライブラリです。
...es and a client that calls them. Very little code
is required to achieve either of these.
=== Example
Try the following code. It calls a standard demonstration remote procedure.
require 'xmlrpc/client'
require 'pp'
server = XMLRPC::Client.new2("http://xmlrpc-c.sourceforge.net/api/sample....