PCMan's FTP Server: Difference between revisions

From TestingMediawiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 2: Line 2:


==簡易文件==
==簡易文件==
暫時先提供英文版的。(錯字跟文法問題先別管了 orz )


<pre><nowiki>
<pre><nowiki>
Line 65: Line 66:
/*                                                                  */
/*                                                                  */
</nowiki></pre>
</nowiki></pre>
==筆記==
[http://zftp.twftp.org/ zFTPServer Suite - 快速好用的 FTP 伺服器]


{{Menu:Category|FTP|Computer|Wini}}
{{Menu:Category|FTP|Computer|Wini}}

Revision as of 15:15, 31 October 2005

介紹 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 伺服器



  • Top Page: FTP, Computer,
  • Next Page: , Previous Page:
  • Main article Author or Maintainer for this page: Wini
  • Other Author(s) or Maintainer(s):