getbinaryfile

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.

doc_ruby_on_rails
2015-04-20 13:50:01
Comments
Leave a Comment

Please login to continue.