将文件下载到特定目标文件夹

时间:2013-03-25 10:50:15

标签: ftp wget

我在Windows PC中使用wget从ftp服务器下载文件。但它将文件下载到wget.exe所在的文件夹中。但我希望它能将文件下载到另一个文件夹。如何才能完成?(我看到一些链接,我认为只适用于linux)。

2 个答案:

答案 0 :(得分:1)

@WINMAN请查看以下主题以获取您的查询,这可能对您有所帮助

How to specify the location with wget?

答案 1 :(得分:1)

−P prefix
−−directory−prefix=prefix
Set directory prefix to prefix. The directory prefix is the directory where all other files and subdirectories
will be saved to, i.e. the top of the retrieval tree. The default is . (the current directory).

摘自PDF文件,其中附带文档:http://gnuwin32.sourceforge.net/packages/wget.htm

所有其他命令行参数也在pdf中,因此您应该查看它。