gettextfile(remotefile, localfile = File.basename(remotefile))
Instance Public methods
Retrieves remotefile in ASCII (text) mode, storing the result
in localfile. If localfile is nil, returns
retrieved data. If a block is supplied, it is passed the retrieved data one
line at a time.