
You can read files without downloading them on some platforms
by typing:

get FILENAME - "|more"

The "-" will copy the file to standard output (the screen)
rather than to a local file and the "|more" will put the
file through a pager (called more) if this function is
supported and the pager is available on your machine.
