File transfer methods: Difference between revisions

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


== online ==
== online ==
* SFTP / FTP: [[How to use filezilla]] 支援續傳:(1)通常FTP server會設定啟用續傳 (2)FTP帳號需擁有 append 權限
來源主機架設網站伺服器
* 瀏覽器直接下載檔案,如果檔案比較大,可能會遇到「連接逾時」錯誤。瀏覽器調整設定的相關資料 (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]
* 其他續傳軟體: 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 權限。 {{exclaim}} 但是可能因為防火牆導致無法順利連線
* 其他續傳軟體: Orbit downloader( http://www.orbitdownloader.com/ ) 或 FlashGet( http://www.flashget.com )
 
其他
* wget
* wget
* sync tool: rsync
* sync tool: rsync
* [[Capacity of Email Service]]
* [[Capacity of Email Service]]
* 版本管理 ex:[[CVS]], SVN, GIT
* 版本管理 ex:[[CVS]], SVN, GIT
* 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]
* [http://windows.microsoft.com/zh-tw/windows/connect-using-remote-desktop-connection#connect-using-remote-desktop-connection=windows-7 使用遠端桌面連線連接到其他電腦 - Windows 說明] for {{Win}} 開啟共用資料夾,即可檔案傳輸。
* 瀏覽器直接下載檔案,如果檔案比較大,可能會遇到「連接逾時」錯誤。瀏覽器調整設定的相關資料 (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 14:02, 11 May 2016

File transfer methods

offline

online

來源主機架設網站伺服器

來源主機架設 SFTP / FTP

其他


references