scp somefile.tar user@remote:
Originally posted by kilowatt
even easire imo, is a command line program called 'sftp'. It works alot like the command line program 'ftp'.
Its interactive, lets you list files, download, chmod, upload, etc.
use it like this:
sftp host
or:
sftp username@host