るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
9件ヒット [1-9件を表示] (0.159秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:l[x] > クエリ:bool[x] > クラス:Net::FTP[x]

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

ライブラリ

キーワード

検索結果

Net::FTP#closed? -> bool (18610.0)

接続が切れている時に真を返します。

接続が切れている時に真を返します。

Net::FTP#binary=(bool) (628.0)

Net::FTP#put, Net::FTP#get による転送を バイナリモード(IMAGE)で転送するかどうかを指定します。

...Net::FTP#put, Net::FTP#get による転送を
バイナリモード(IMAGE)で転送するかどうかを指定します。

デフォルトの値は true です。

偽の場合、テキストモード(ASCII)が仮定されます。

EBCDIC や LOCAL など他の表現タイプはサポートされ...
...ていません。

@param bool 真ならばバイナリモードを on にします。
@see Net::FTP#binary...

Net::FTP#binary -> bool (610.0)

Net::FTP#put, Net::FTP#get による転送を バイナリモード(IMAGE)で行うかどうかを返します。

...Net::FTP#put, Net::FTP#get による転送を
バイナリモード(IMAGE)で行うかどうかを返します。

デフォルトの値は true です。

偽の場合、テキストモード(ASCII)が仮定されます。

EBCDIC や LOCAL など他の表現タイプはサポートされていま...
...せん。

@see Net::FTP#binary=...

Net::FTP#debug_mode -> bool (610.0)

デバッグモードであれば真を、そうでなければ偽を返します。

...デバッグモードであれば真を、そうでなければ偽を返します。

値が真であるとき、送受信の記録と ABOR, STAT の結果が
$stdout に随時表示されます。

デフォルトは偽です。
@see Net::FTP#debug_mode=...

Net::FTP#passive -> bool (610.0)

passive モードであるならば真を、そうでなければ 偽を返します。

...passive モードであるならば真を、そうでなければ
偽を返します。

デフォルトは偽です。

@see Net::FTP#passive=...

絞り込み条件を変える

Net::FTP#passive=(bool) (610.0)

passive モードを設定します。

...passive モードを設定します。

@see Net::FTP#passive...

Net::FTP#resume -> bool (610.0)

現在のリジュームモードの状態を返します。

...
* Net::FTP#get
* Net::FTP#put
* Net::FTP#getbinaryfile
* Net::FTP#putbinaryfile

転送が中断したかどうかは転送先に問題のファイルが存在するか
どうかで判定され、そのファイルサイズで再開する位置を
決めます。

@see Net::FTP#resume=...

Net::FTP#debug_mode=(boolean) (607.0)

デバッグモードの on/off を設定します。

...デバッグモードの on/off を設定します。

@param boolean 真ならばデバッグモードを on にします。
@see Net::FTP#debug_mode...

Net::FTP#resume=(boolean) (607.0)

現在のリジュームモードを設定します。

...現在のリジュームモードを設定します。

@param boolean trueならばリジュームモードを on にします。
@see Net::FTP#resume...