ssh上传下载文件
上传:
scp /path/file user@host:/pathorfile
下载:
scp user@host:/path/file localpathorfile
查看目录或文件:
ssh user@host command ls “/path/*.tgz”
scp /path/file user@host:/pathorfile
scp user@host:/path/file localpathorfile
ssh user@host command ls “/path/*.tgz”