method

getbinaryfile

Importance_1
Ruby latest stable (v1_8_7_72) - 0 notes - Class: Net::FTP
getbinaryfile(remotefile, localfile = File.basename(remotefile), blocksize = DEFAULT_BLOCKSIZE) public

Retrieves remotefile in binary mode, storing the result in localfile. If a block is supplied, it is passed the retrieved data in blocksize chunks.

Show source
Register or log in to add new notes.