PCMan's FTP Server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
==簡易文件== | ==簡易文件== | ||
暫時先提供英文版的。(錯字跟文法問題先別管了 orz ) | |||
<pre><nowiki> | <pre><nowiki> | ||
Line 66: | Line 67: | ||
</nowiki></pre> | </nowiki></pre> | ||
{{Menu:Category| | ==筆記== | ||
*[http://zftp.twftp.org/ zFTPServer Suite - 快速好用的 FTP 伺服器] | |||
*做任何變動前,記得先關閉伺服器的連線,等設定好再重新開啟伺服器的運作,才不會出問題。 | |||
*port 不要設成 21 22 23 80 這類常用 port ,使用者最好只設一名,要用時再設定成只允許開給特定 ip 用這樣。 | |||
*基本上這款的問題有點多的樣子,建議用 zFTP 功能比較強。 | |||
{{Menu:Category|Software|Computer|Wini|page=[[FTP]]}} |
Latest revision as of 05:12, 14 January 2007
介紹 PCMan 所寫的 FTP server 軟體 PCMan's FTP Server 。
簡易文件
暫時先提供英文版的。(錯字跟文法問題先別管了 orz )
/* */ /* Texts in a line like this is comments */ /* */ /* PCMan's FTP Server */ /* http://pcman.ptt.cc/ */ /* http://pcman.ptt.cc/FTPD_teach/PCManFTPD_teach.html */ /* EXAMPLE for download URL */ %host% = 127.0.0.1 /* This is an example. Please fill your IP or host */ %Port% = 1234 /* This is an example. Please fill a port what you want. */ %UserName% = test /* This is an example. Please fill a UserName what you want. */ %Password% = zdtzgnztagbfhaf /* This is an example. Please fill a Password what you want. */ %Directory% = FTP /* This is an example. Please look "How to use" STEP 6. */ %FileName% = * /* Any file you move into the %Directory% directory. */ ftp://test:zdtzgnztagbfhaf@127.0.0.1:1234/FTP/* /* Post This URL into the URL Toolbar of your browser. */ ftp://%UserName%:%Password%@%host%:%Port%/%Directory%/* ---- /* How to use */ 1. Download "PCMan's FTP Server" 2. Extract the ZIP file. ( It is named like "PCManFTPD2E.zip" ) 3. The software is Green-Software, so you don't need to install it. 4. Run the "PCManFTP" EXE. file. ( It is named like "PCManFTPD2.exe" ) 5. Configure " View -> User Settings " & " Server Settings ". 6. "User Settings": Disable "Anonymous" account with "Account Enable". "New User" or "New Group". "File Access Permissions". 7. "Server Settings": In " General -> Port ", I suggest not to use default. 8. If you want to start server, "File -> Start FTP Server". 9. If you want to close server, "File -> Close FTP Server". /* */ /* This document is from ACnoWiki */ /* http://www.andcycle.idv.tw/mediawiki/index.php/PCMan's FTP Server */ /* Reserved some Rights in "Creative Commons COMMONS DEED" */ /* Attribution-NonCommercial-ShareAlike 2.0 Taiwan */ /* */
筆記
- zFTPServer Suite - 快速好用的 FTP 伺服器
- 做任何變動前,記得先關閉伺服器的連線,等設定好再重新開啟伺服器的運作,才不會出問題。
- port 不要設成 21 22 23 80 這類常用 port ,使用者最好只設一名,要用時再設定成只允許開給特定 ip 用這樣。
- 基本上這款的問題有點多的樣子,建議用 zFTP 功能比較強。