0
我在Windows PC中使用wget從ftp服務器下載文件。但它會將文件下載到wget.exe所在的文件夾中。但我希望它下載文件到另一個文件夾。它可以做什麼?(我看到一些鏈接,我猜測只能在linux中)。將文件下載到特定目標文件夾
我在Windows PC中使用wget從ftp服務器下載文件。但它會將文件下載到wget.exe所在的文件夾中。但我希望它下載文件到另一個文件夾。它可以做什麼?(我看到一些鏈接,我猜測只能在linux中)。將文件下載到特定目標文件夾
@WINMAN請看以下螺紋的查詢,這可能會幫助你,我希望
−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,附帶從這裏的文檔摘自:
所有其他的命令行參數也在PDF中,所以你應該看看它。
@kufdo -P前綴的需要是什麼。如果我使用它贏得'工作。當我使用--directory-prefix獨自工作。 – 2013-03-25 13:21:09
我認爲你應該可以編寫「-P c:/ temp/download /」 – kufudo 2013-03-25 20:16:38