File transfer methods: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 11: Line 11:
* 版本管理 ex:[[CVS]], SVN, GIT
* 版本管理 ex:[[CVS]], SVN, GIT
* 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>


[[Category:Software]]
[[Category:Software]]

Revision as of 10:40, 14 May 2013

File transfer methods

offline

online

  • SFTP / FTP: How to use filezilla
  • 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]