Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > net/ftpライブラリ > Net::FTPクラス > get
get(remotefile, localfile = File.basename(remotefile), blocksize = DEFAULT_BLOCKSIZE) -> nil
[permalink][rdoc]get(remotefile, localfile = File.basename(remotefile), blocksize = DEFAULT_BLOCKSIZE) { |data| .... } -> nil
サーバ上のファイルを取得します。
Net::FTP#binary の値に従って Net::FTP#getbinaryfile もしくは Net::FTP#gettextfile を呼びだします。
binary が偽のとき、つまりテキストモードの ときには blocksize は無視されます。