File transfer methods: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Line 24: Line 24:
* [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}}
** [https://curl.haxx.se/docs/manpage.html curl - How To Use] e.g. {{kbd | key=<nowiki>curl https://raw.githubusercontent.com/fukuball/jieba-php/master/src/dict/dict.big.txt --output ~/Downloads/dict.big.txt</nowiki>}} on {{Mac}} or {{Linux}}.
** [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}}.
* sync tool: rsync
* sync tool: rsync
* 版本管理 ex:[[CVS]], SVN, GIT
* 版本管理 ex:[[CVS]], SVN, GIT

Navigation menu