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

