使用wget命令将文件下载到PC

时间:2015-09-01 09:44:35

标签: ubuntu cloud wget remote-server downloadfile

我想在ubuntu中使用wget命令将文件从云服务器下载到我的PC。以下是我在终端执行的内容。

wget --output-document=backup.sql http://example.com/backups/20.08.15_08.41.sql

它表示文件'backup.sql'已保存。但是当我检查我的下载时,我没有看到这样的文件。请帮我找到错误的地方。

1 个答案:

答案 0 :(得分:0)

试试这个 wget -P / home / username / Downloads http://example.com/backups/20.08.15_08.41.sql/backup.sql