getbinaryfile(remotefile, localfile = File.basename(remotefile), blocksize = DEFAULT_BLOCKSIZE)
Instance Public methods
Retrieves remotefile in binary mode, storing the result in
localfile. If localfile is nil, returns retrieved
data. If a block is supplied, it is passed the retrieved data in
blocksize chunks.