File transfer methods: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
m (→online) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Files transfer or files delivery methods | Files transfer or files delivery methods | ||
== | == Offline: Transfer file without network connection == | ||
* Cable ex: [http://www.hardwaresecrets.com/article/Connecting-Two-PCs-Using-a-USB-USB-Cable/248 Connecting Two PCs Using a USB-USB Cable | Hardware Secrets] | * Cable ex: [http://www.hardwaresecrets.com/article/Connecting-Two-PCs-Using-a-USB-USB-Cable/248 Connecting Two PCs Using a USB-USB Cable | Hardware Secrets] | ||
* 藍牙(Bluetooth) | * 藍牙(Bluetooth) | ||
* software: [https://ultracopier.first-world.info/articles/ultracopier-supercopier-teracopy-copyhandler.html Comparison of ultracopier SuperCopier TeraCopy copyhandler] | * software: [https://ultracopier.first-world.info/articles/ultracopier-supercopier-teracopy-copyhandler.html Comparison of ultracopier SuperCopier TeraCopy copyhandler] | ||
== | == Online: Transfer file with network connection == | ||
來源檔案是網站伺服器<ref>WAMP 建議啟用續傳功能,方法是 apache 啟用 headers_module 模組 [https://www.devside.net/wamp-server/blocking-download-managers-and-accelerators Blocking Download Managers and Accelerators | DeveloperSide.NET]</ref> | 來源檔案是網站伺服器<ref>WAMP 建議啟用續傳功能,方法是 apache 啟用 headers_module 模組 [https://www.devside.net/wamp-server/blocking-download-managers-and-accelerators Blocking Download Managers and Accelerators | DeveloperSide.NET]</ref> | ||
* 瀏覽器直接下載檔案,如果檔案比較大,可能會遇到「連接逾時」錯誤。瀏覽器調整設定的相關資料 (server本身也會有連線時間限制): {{IE}} KeepAliveTimeout: 60 seconds <ref>[http://support.microsoft.com/kb/181050/zh-tw 伺服器無回應時,Internet Explorer 出現「連接逾時」錯誤]、[http://support.microsoft.com/kb/813827 如何變更預設持續作用的逾時值,在 Internet Explorer 中]</ref>、{{Fx}} network.http.request.timeout: 120 seconds <ref>[http://forums.mozillazine.org/viewtopic.php?f=38&t=238764&start=0 Can I increase download time-out period? • mozillaZine Forums]</ref> | * 瀏覽器直接下載檔案,如果檔案比較大,可能會遇到「連接逾時」錯誤。瀏覽器調整設定的相關資料 (server本身也會有連線時間限制): {{IE}} KeepAliveTimeout: 60 seconds <ref>[http://support.microsoft.com/kb/181050/zh-tw 伺服器無回應時,Internet Explorer 出現「連接逾時」錯誤]、[http://support.microsoft.com/kb/813827 如何變更預設持續作用的逾時值,在 Internet Explorer 中]</ref>、{{Fx}} network.http.request.timeout: 120 seconds <ref>[http://forums.mozillazine.org/viewtopic.php?f=38&t=238764&start=0 Can I increase download time-out period? • mozillaZine Forums]</ref> | ||