File transfer methods: Difference between revisions

Jump to navigation Jump to search
m
Line 23: Line 23:
其他
其他
* [https://www.gnu.org/software/wget/ wget]
* [https://www.gnu.org/software/wget/ wget]
* [https://curl.haxx.se/download.htm curl] on {{Win}}, {{Mac}} or {{Linux}}
* [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/docs/manpage.html curl - How To Use] e.g. {{kbd | key=<nowiki>curl -OL <REMOTE_URL></nowiki>}} on {{Mac}} or {{Linux}}.
** Option {{kbd | key=<nowiki>-L, --location</nowiki>}} to follow the redirect page
* sync tool: rsync
* sync tool: rsync
* 版本管理 ex:[[CVS]], SVN, GIT
* 版本管理 ex:[[CVS]], SVN, GIT

Navigation menu