File transfer methods: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 15: Line 15:
* SFTP / FTP [[How to use filezilla]] 支援續傳:(1)通常FTP server會設定啟用續傳 (2)FTP帳號需擁有 append 權限。 {{exclaim}} 但是可能因為防火牆導致無法順利連線
* SFTP / FTP [[How to use filezilla]] 支援續傳:(1)通常FTP server會設定啟用續傳 (2)FTP帳號需擁有 append 權限。 {{exclaim}} 但是可能因為防火牆導致無法順利連線
* 續傳軟體: Orbit downloader 或 FlashGet
* 續傳軟體: Orbit downloader 或 FlashGet
來源檔案是 Git repository
* [https://git-scm.com/docs/git-clone Git clone] command
* [https://stackahoy.io/docs/getting-started Stackahoy Documentation | Getting Started]


其他
其他
* 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 https://raw.githubusercontent.com/fukuball/jieba-php/master/src/dict/dict.big.txt --output ~/Downloads/dict.big.txt</nowiki>}} on {{Mac}} or {{Linux}}.
Line 27: Line 31:
references
references
<references/>
<references/>
[[Category:Software]]
[[Category:Software]]

Revision as of 12:09, 23 August 2018

File transfer methods

offline

online

來源檔案是網站伺服器[1]

來源檔案是 SFTP / FTP

  • SFTP / FTP How to use filezilla 支援續傳:(1)通常FTP server會設定啟用續傳 (2)FTP帳號需擁有 append 權限。 Icon_exclaim.gif 但是可能因為防火牆導致無法順利連線
  • 續傳軟體: Orbit downloader 或 FlashGet

來源檔案是 Git repository

其他


references