File transfer methods: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 5: Line 5:


== online ==
== online ==
來源主機架設網站伺服器
來源檔案是網站伺服器
* 瀏覽器直接下載檔案,如果檔案比較大,可能會遇到「連接逾時」錯誤。瀏覽器調整設定的相關資料 (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>  
* cloud storage ex: Google drive, dropbox... more on [http://en.wikipedia.org/wiki/Comparison_of_online_backup_services Comparison of online backup services - Wikipedia, the free encyclopedia]
* cloud storage ex: Google drive, dropbox... more on [http://en.wikipedia.org/wiki/Comparison_of_online_backup_services Comparison of online backup services - Wikipedia, the free encyclopedia]
* 其他續傳軟體: Orbit downloader( http://www.orbitdownloader.com/ ) 或 FlashGet( http://www.flashget.com ) 個人經驗透過下載網站檔案,比遠端桌面連線傳檔案快
* 其他續傳軟體: Orbit downloader( http://www.orbitdownloader.com/ ) 或 FlashGet( http://www.flashget.com ) 個人經驗透過下載網站檔案,比遠端桌面連線傳檔案快


來源主機架設 SFTP / FTP
來源檔案是 SFTP / FTP
* 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( http://www.orbitdownloader.com/ ) 或 FlashGet( http://www.flashget.com )
* 其他續傳軟體: Orbit downloader( http://www.orbitdownloader.com/ ) 或 FlashGet( http://www.flashget.com )

Revision as of 14:11, 11 May 2016

File transfer methods

offline

online

來源檔案是網站伺服器

來源檔案是 SFTP / FTP

其他


references