File transfer methods: Difference between revisions
Jump to navigation
Jump to search
m
→online
m (→online) |
m (→online) |
||
| Line 22: | Line 22: | ||
其他 | 其他 | ||
* [https://www.gnu.org/software/wget/ wget] | * [https://www.gnu.org/software/wget/ wget] e.g. {{kbd | key=<nowiki>wget -nd <REMOTE_URL></nowiki>}} | ||
** Option {{kbd | key=<nowiki>-nd, --no-directories</nowiki>}} "Do not create a hierarchy of directories when retrieving recursively."<ref>[https://www.computerhope.com/unix/wget.htm Linux wget command help and examples]</ref> | |||
* [https://curl.haxx.se/download.htm curl] on {{Win}}, {{Mac}} or {{Linux}} e.g. {{kbd | key=<nowiki>curl -OL <REMOTE_URL></nowiki>}}. See details on [https://curl.haxx.se/docs/manpage.html curl - How To Use] | * [https://curl.haxx.se/download.htm curl] on {{Win}}, {{Mac}} or {{Linux}} e.g. {{kbd | key=<nowiki>curl -OL <REMOTE_URL></nowiki>}}. See details on [https://curl.haxx.se/docs/manpage.html curl - How To Use] | ||
** Option {{kbd | key=<nowiki>-L, --location</nowiki>}} to follow the redirect page | ** Option {{kbd | key=<nowiki>-L, --location</nowiki>}} to follow the redirect page | ||