File transfer methods: Difference between revisions
Jump to navigation
Jump to search
m (→online) |
(→online) |
||
| 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
- Cable ex: Connecting Two PCs Using a USB-USB Cable | Hardware Secrets
- 藍牙(Bluetooth)
- software: Comparison of ultracopier SuperCopier TeraCopy copyhandler
online
來源檔案是網站伺服器[1]
- 瀏覽器直接下載檔案,如果檔案比較大,可能會遇到「連接逾時」錯誤。瀏覽器調整設定的相關資料 (server本身也會有連線時間限制): IE
KeepAliveTimeout: 60 seconds [2]、Firefox
network.http.request.timeout: 120 seconds [3] - cloud storage ex: Google drive, dropbox... more on Comparison of online backup services - Wikipedia, the free encyclopedia
- 檔案透過 Email 服務傳遞 Capacity of Email Service
- 續傳軟體: Orbit downloader( http://www.orbitdownloader.com/ ) 或 FlashGet( http://www.flashget.com ) 個人經驗透過下載網站檔案,比遠端桌面連線傳檔案快
來源檔案是 SFTP / FTP
- SFTP / FTP How to use filezilla 支援續傳:(1)通常FTP server會設定啟用續傳 (2)FTP帳號需擁有 append 權限。
但是可能因為防火牆導致無法順利連線 - 續傳軟體: Orbit downloader 或 FlashGet
來源檔案是 Git repository
其他
- wget
- curl on Win
, macOS
or Linux
- curl - How To Use e.g. curl https://raw.githubusercontent.com/fukuball/jieba-php/master/src/dict/dict.big.txt --output ~/Downloads/dict.big.txt on macOS
or Linux
.
- curl - How To Use e.g. curl https://raw.githubusercontent.com/fukuball/jieba-php/master/src/dict/dict.big.txt --output ~/Downloads/dict.big.txt on macOS
- sync tool: rsync
- 版本管理 ex:CVS, SVN, GIT
- 使用遠端桌面連線連接到其他電腦 - Windows 說明 for Win
開啟共用資料夾,即可檔案傳輸。
references
- ↑ WAMP 建議啟用續傳功能,方法是 apache 啟用 headers_module 模組 Blocking Download Managers and Accelerators | DeveloperSide.NET
- ↑ 伺服器無回應時,Internet Explorer 出現「連接逾時」錯誤、如何變更預設持續作用的逾時值,在 Internet Explorer 中
- ↑ Can I increase download time-out period? • mozillaZine Forums