發表文章

SFTP 與 FTPS

SFTP: 全名: S SH  F ile  T ransfer  P rotocal 說明: 對於Ubuntu Linux的使用者,只要安裝好openssh-server,啟用ssh服務後,其實就已經內建一組檔案傳輸服務,不需要再加裝其他FTP服務。SSH內建的檔案傳輸服務,同樣提供加密的安全傳輸服務。 架站方式: 在Windows環境,使用WinSCAP軟體 WinSCP 是在Windows中使用SSH的開放原始碼的圖形化SFTP用戶端。 WinSCP同時也支援SCP通訊協定。它主要的功能是安全的在電腦間傳輸檔案。 費用: 無 FTPS: 全名: F ile  T ransfer  P rotocal  S ecure Sockets Layer 說明: FTPS是一種以擴展常用的文件傳輸協議(FTP)的添加了對傳輸層安全性(TLS)和安全套接字層(SSL)的加密協議的支持。 架站方式: 使用IIS 費用: FTP本身不需要費用,而是SSL(憑證)是需要購買的, 以下幾家業者所提供的價格(每個伺服器的價格): Godaddy Symantec 3 years NT$1,799/yr 3 years NT$11,114/yr 總價: NT$5,397 總價: NT$33,342 保障: USD$100,000 保障 : NT$1,500,000 參考出處: 1.深入淺出OpenSSH於日常工作的應用(二) 使用sftp傳輸檔案 http://blog.lyhdev.com/2011/05/openssh-sftp.html 2.什麼是WinSCAP https://winscp.net/eng/docs/lang:cht 3.WinSCAP Installing Secure FTP Server on Windows using IIS https://winscp.net/eng/docs/guide_windows_ftps_server 4.Wiki FTPS https://zh.wikipedia.org/wiki/FTPS 5.Godaddy SSL https://www.godaddy.com/s

HTTP 狀態碼 sc-status

引用自: The Will Will Web 網頁開發人員應了解的 HTTP 狀態碼 http://blog.miniasp.com/post/2009/01/16/Web-developer-should-know-about-HTTP-Status-Code.aspx HTTP 狀態碼 大致分成 5 類 (粗體表示),完整的狀態碼概述如下:

幾張圖跟你說SQL Join

圖片
引用自: 1.[SQL]Join的觀念 http://www.dotblogs.com.tw/hatelove/archive/2010/01/23/sql-join-concept.aspx?fid=69775 2.A Visual Explanation of SQL Joins http://blog.codinghorror.com/a-visual-explanation-of-sql-joins/

SharePoint 2013如何超簡單做好小組專案管理

軟體測試十要

頡錄自:無責任軟體品保 : 軟體測試十要 http://tingyulu01.blogspot.tw/2010/10/blog-post.html

ASP.NET Web API 教學影集

選[CC]有簡中字幕 還有以下影片,可以選中文字幕喔~~!! 6分鐘的簡介 ASP.NET Web API 你的第一個Web API ASP.NET Web API, Part 1: Your First Web API 取得資料 ASP.NET Web API, Part 2: Getting Data 刪除與更新 ASP.NET Web API, Part 3: Delete and Update 分頁與查詢 ASP.NET Web API, Part 4: Paging and Querying 自訂驗證 ASP.NET Web API, Part 5: Custom Validation 授權 ASP.NET Web API, Part 6: Authorization