File transfer methods: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


== online ==
== online ==
* SFTP / FTP: [[How to use filezilla]]
* SFTP / FTP: [[How to use filezilla]] 支援續傳:(1)通常FTP server會設定啟用續傳 (2)FTP帳號需擁有 append 權限
* wget
* wget
* sync tool: rsync
* sync tool: rsync
Line 12: Line 12:
* cloud storage ex: Google drive, dropbox...
* cloud storage ex: Google drive, dropbox...
* 瀏覽器直接下載檔案,如果檔案比較大,可能會遇到「連接逾時」錯誤。瀏覽器調整設定的相關資料 (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>
* 其他續傳軟體: Orbit downloader( http://www.orbitdownloader.com/ ) 或 FlashGet( http://www.flashget.com )


references
references
<references/>
<references/>
[[Category:Software]]
[[Category:Software]]

Revision as of 18:35, 25 June 2013

File transfer methods

offline

online

  • SFTP / FTP: How to use filezilla 支援續傳:(1)通常FTP server會設定啟用續傳 (2)FTP帳號需擁有 append 權限
  • wget
  • sync tool: rsync
  • Capacity of Email Service
  • 版本管理 ex:CVS, SVN, GIT
  • cloud storage ex: Google drive, dropbox...
  • 瀏覽器直接下載檔案,如果檔案比較大,可能會遇到「連接逾時」錯誤。瀏覽器調整設定的相關資料 (server本身也會有連線時間限制): IE Browser msie.png KeepAliveTimeout: 60 seconds [1]Firefox browser_firefox.png network.http.request.timeout: 120 seconds [2]
  • 其他續傳軟體: Orbit downloader( http://www.orbitdownloader.com/ ) 或 FlashGet( http://www.flashget.com )

references