This is basically a list of tools that can be used to access pages like web.cse.iitk.ac.in/something from 12am to 6am.
$ lynx www.example.com
$ curl -o local.file www.example.com/example.html
Copying file to host:
$ scp /local/source/file user@host:path/file
Copying file from host:
$ scp user@host:directory/file local/path/file
$ scp -r user@host:directory/ local/path/folder/