ssh user@host command ls "/path"
scp /filepath(localpath) user@host:/filepath(remotepath)
scp user@host:/filepath(remotepath) /filepath(localpath)