从桌面怎么快速将压缩包上传到finashell上
时间: 2024-03-01 13:54:45 浏览: 47
bootstrap--3.4.1.rar
可以使用 scp 命令将压缩包上传到 finashell 上,以下是示例命令:
```
scp /path/to/local/file.zip username@finashell:/path/to/remote/directory
```
其中,/path/to/local/file.zip 是本地压缩包的路径,username 是 finashell 的用户名,finashell 是 finashell 的域名或 IP 地址,/path/to/remote/directory 是 finashell 上的目标目录。
需要注意的是,上传过程中需要输入 finashell 的密码或使用 SSH 密钥登录 finashell。
阅读全文