File transfer methods: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
File transfer methods
Files transfer or files delivery methods
== offline ==
 
== 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]


== online ==
== 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>
* 瀏覽器直接下載檔案,如果檔案比較大,可能會遇到「連接逾時」錯誤。瀏覽器調整設定的相關資料 (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 ) 個人經驗透過下載網站檔案,比遠端桌面連線傳檔案快
* 檔案透過 Email 服務傳遞 [[Capacity of Email Service]]
* 續傳軟體: 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 或 FlashGet
* 續傳軟體: Orbit downloader 或 FlashGet
 
來源檔案是 Git repository
* [https://git-scm.com/docs/git-clone Git clone] command
* [https://stackahoy.io/docs/getting-started Stackahoy Documentation | Getting Started] using SSH protocol


其他
其他
* wget
* [https://www.gnu.org/software/wget/ wget] e.g. {{kbd | key=<nowiki>wget -nd <REMOTE_URL></nowiki>}}
** Option {{kbd | key=<nowiki>-nd, --no-directories</nowiki>}} "Do not create a hierarchy of directories when retrieving recursively."<ref>[https://www.computerhope.com/unix/wget.htm Linux wget command help and examples]</ref>
* [https://curl.haxx.se/download.htm curl] on {{Win}}, {{Mac}} or {{Linux}} e.g. {{kbd | key=<nowiki>curl -OL <REMOTE_URL></nowiki>}}. See details on [https://curl.haxx.se/docs/manpage.html curl - How To Use]
** Option {{kbd | key=<nowiki>-L, --location</nowiki>}} to follow the redirect page
* sync tool: rsync
* sync tool: rsync
* [[Capacity of Email Service]]
* 版本管理 ex:[[CVS]], SVN, GIT
* 版本管理 ex:[[CVS]], SVN, GIT
* [http://windows.microsoft.com/zh-tw/windows/connect-using-remote-desktop-connection#connect-using-remote-desktop-connection=windows-7 使用遠端桌面連線連接到其他電腦 - Windows 說明] for {{Win}} 開啟共用資料夾,即可檔案傳輸。
* [http://windows.microsoft.com/zh-tw/windows/connect-using-remote-desktop-connection#connect-using-remote-desktop-connection=windows-7 使用遠端桌面連線連接到其他電腦 - Windows 說明] for {{Win}} 開啟共用資料夾,即可檔案傳輸。
 
* [[Collect files from people with file requests]]


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

Latest revision as of 11:35, 20 April 2022

Files transfer or files delivery methods

Offline: Transfer file without network connection[edit]

Online: Transfer file with network connection[edit]

來源檔案是網站伺服器[1]

來源檔案是 SFTP / FTP

  • SFTP / FTP How to use filezilla 支援續傳:(1)通常FTP server會設定啟用續傳 (2)FTP帳號需擁有 append 權限。 Icon_exclaim.gif 但是可能因為防火牆導致無法順利連線
  • 續傳軟體: Orbit downloader 或 FlashGet

來源檔案是 Git repository

其他

references