Windows PC で wget を使用して、ftp サーバーからファイルをダウンロードしています。ただし、wget.exe があるフォルダーにファイルをダウンロードします。しかし、ファイルを別のフォルダーにダウンロードしたいのですが、どうすればできますか?(Linuxでのみ機能すると思われるリンクをいくつか見ました)。
1354 次
2 に答える
1
@WINMAN クエリについては、次のスレッドを調べてください。
于 2013-03-25T10:55:32.917 に答える
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 に含まれているため、調べてください。
于 2013-03-25T10:55:47.907 に答える