OSDN Git Service

Modify documents.
[ffftp/ffftp.git] / doc / eng / FFFTP.txt
1 ============================================================\r
2 [Software Name]  FFFTP Ver.1.99 (FTP Client software)\r
3 [Copyright]      Copyright(C) 1997-2010 Sota & cooperators\r
4                  Copyright(C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto).\r
5 [Environment]    Windows 7, Vista, XP, 2000\r
6 ============================================================\r
7 \r
8 About INI File\r
9 ---------------------\r
10 \r
11 Since the character encoding of INI files of Ver.1.98 or later was changed,\r
12 INI files saved by Ver.1.97b or earlier could not be loaded.\r
13 But Ver.1.99 or later can load them again.\r
14 \r
15 Ver.1.97b or earlier cannot load INI files saved by Ver.1.98 or later.\r
16 Please change to save the settings to the registry instead of the INI file\r
17 before reverting to Ver.1.97b or earlier.\r
18 \r
19 \r
20 About Master Password\r
21 ---------------------\r
22 \r
23 FFFTP Ver.1.96d+009 or later (including this version) introduce Master \r
24 Password feature. \r
25 When you use this virsion first, please set Master Password from \r
26 following menu.\r
27 \r
28 File ->\81@Settings -> Change Master password\r
29 \r
30 \r
31 Changes in Ver.1.99\r
32 --------------------\r
33 \r
34 -- MLSD command became used for retrieving filenames on appropriate hosts.\r
35    That is helpful for hosts that do not return filenames properly.\r
36 \r
37 -- Added the feature that prevents from loading untrustworthy DLLs.\r
38    It reduces the chance of being intercepted or tampered with passwords and\r
39    data.\r
40    Please add --protect to command line options to use this feature.\r
41    If slowdown or crash occured, you may adjust the protection level with\r
42    --protect-medium or --protect-low option.\r
43 \r
44 -- Changed to confirm SSL certificate on first time connection with FTPS.\r
45 \r
46 -- Changed to reuse SSL sessions of FTPS control connection.\r
47 \r
48 -- Reduced chance of crash when numerous files are transfered.\r
49 \r
50 -- Fixed bugs of copying URL to clipboard.\r
51 \r
52 -- Added support for migration from 1.97b or earlier through INI file.\r
53 \r
54 \r
55 Outline\r
56 -------\r
57 FTP client software with GUI\r
58 \r
59 \r
60 Files\r
61 -----\r
62 ffftp.exe -------- Executable file\r
63 ffftp.txt -------- This file\r
64 jre32.dll -------- Regular expression search DLL\r
65 \r
66 Sorry, no help file available.\r
67 \r
68 \r
69 Installation\r
70 ------------\r
71 Double click FFFTP Package icon.\r
72 \r
73 \r
74 Uninstall\r
75 ---------\r
76 Use Add/Remove Program icon from Control Panel.\r
77 \r
78 \r
79 Warranty Disclaimer\r
80 -------------------\r
81 - FFFTP is FREE software for all purpose .\r
82 \r
83 \r
84 License Agreement\r
85 -----------------\r
86 Copyright(C) 1997-2010, Sota & cooperators. All rights reserved.\r
87 Copyright(C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto).\r
88 \r
89 Redistribution and use in source and binary forms, with or without \r
90 modification, are permitted provided that the following conditions \r
91 are met:\r
92 \r
93  1. Redistributions of source code must retain the above copyright \r
94     notice, this list of conditions and the following disclaimer.\r
95  2. Redistributions in binary form must reproduce the above copyright \r
96     notice, this list of conditions and the following disclaimer in the \r
97     documentation and/or other materials provided with the distribution.\r
98 \r
99 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR \r
100 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES \r
101 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. \r
102 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, \r
103 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, \r
104 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF \r
105 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON \r
106 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT \r
107 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF \r
108 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
109 \r
110 \r
111 AES encryption/decryption code is following license.\r
112 ----------------------------------------------------\r
113 Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.\r
114 \r
115 LICENSE TERMS\r
116 \r
117 The redistribution and use of this software (with or without changes)\r
118 is allowed without the payment of fees or royalties provided that:\r
119 \r
120 1. source code distributions include the above copyright notice, this\r
121 list of conditions and the following disclaimer;\r
122 \r
123 2. binary distributions include the above copyright notice, this list\r
124 of conditions and the following disclaimer in their documentation;\r
125 \r
126 3. the name of the copyright holder is not used to endorse products\r
127 built using this software without specific written permission.\r
128 \r
129 DISCLAIMER\r
130 \r
131 This software is provided 'as is' with no explicit or implied warranties\r
132 in respect of its properties, including, but not limited to, correctness\r
133 and/or fitness for purpose.\r
134 \r
135 \r
136 This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit.\r
137 \r
138   OpenSSL License\r
139   ---------------\r
140 \r
141 Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.\r
142 \r
143 Redistribution and use in source and binary forms, with or without\r
144 modification, are permitted provided that the following conditions\r
145 are met:\r
146 \r
147 1. Redistributions of source code must retain the above copyright\r
148    notice, this list of conditions and the following disclaimer. \r
149 \r
150 2. Redistributions in binary form must reproduce the above copyright\r
151    notice, this list of conditions and the following disclaimer in\r
152    the documentation and/or other materials provided with the\r
153    distribution.\r
154 \r
155 3. All advertising materials mentioning features or use of this\r
156    software must display the following acknowledgment:\r
157    "This product includes software developed by the OpenSSL Project\r
158    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"\r
159 \r
160 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to\r
161    endorse or promote products derived from this software without\r
162    prior written permission. For written permission, please contact\r
163    openssl-core@openssl.org.\r
164 \r
165 5. Products derived from this software may not be called "OpenSSL"\r
166    nor may "OpenSSL" appear in their names without prior written\r
167    permission of the OpenSSL Project.\r
168 \r
169 6. Redistributions of any form whatsoever must retain the following\r
170    acknowledgment:\r
171    "This product includes software developed by the OpenSSL Project\r
172    for use in the OpenSSL Toolkit (http://www.openssl.org/)"\r
173 \r
174 THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY\r
175 EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
176 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r
177 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR\r
178 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
179 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r
180 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r
181 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
182 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
183 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r
184 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\r
185 OF THE POSSIBILITY OF SUCH DAMAGE.\r
186 \r
187 ====================================================================\r
188 \r
189 This product includes cryptographic software written by Eric Young\r
190 (eay@cryptsoft.com).  This product includes software written by Tim\r
191 Hudson (tjh@cryptsoft.com).\r
192 \r
193  Original SSLeay License\r
194  -----------------------\r
195 \r
196 Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)\r
197 All rights reserved.\r
198 \r
199 This package is an SSL implementation written\r
200 by Eric Young (eay@cryptsoft.com).\r
201 The implementation was written so as to conform with Netscapes SSL.\r
202 \r
203 This library is free for commercial and non-commercial use as long as\r
204 the following conditions are aheared to.  The following conditions\r
205 apply to all code found in this distribution, be it the RC4, RSA,\r
206 lhash, DES, etc., code; not just the SSL code.  The SSL documentation\r
207 included with this distribution is covered by the same copyright terms\r
208 except that the holder is Tim Hudson (tjh@cryptsoft.com).\r
209 \r
210 Copyright remains Eric Young's, and as such any Copyright notices in\r
211 the code are not to be removed.\r
212 If this package is used in a product, Eric Young should be given attribution\r
213 as the author of the parts of the library used.\r
214 This can be in the form of a textual message at program startup or\r
215 in documentation (online or textual) provided with the package.\r
216 \r
217 Redistribution and use in source and binary forms, with or without\r
218 modification, are permitted provided that the following conditions\r
219 are met:\r
220 1. Redistributions of source code must retain the copyright\r
221    notice, this list of conditions and the following disclaimer.\r
222 2. Redistributions in binary form must reproduce the above copyright\r
223    notice, this list of conditions and the following disclaimer in the\r
224    documentation and/or other materials provided with the distribution.\r
225 3. All advertising materials mentioning features or use of this software\r
226    must display the following acknowledgement:\r
227    "This product includes cryptographic software written by\r
228     Eric Young (eay@cryptsoft.com)"\r
229    The word 'cryptographic' can be left out if the rouines from the library\r
230    being used are not cryptographic related :-).\r
231 4. If you include any Windows specific code (or a derivative thereof) from \r
232    the apps directory (application code) you must include an acknowledgement:\r
233    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"\r
234 \r
235 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND\r
236 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
237 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\r
238 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\r
239 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
240 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
241 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
242 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\r
243 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\r
244 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\r
245 SUCH DAMAGE.\r
246 \r
247 The licence and distribution terms for any publically available version or\r
248 derivative of this code cannot be changed.  i.e. this code cannot simply be\r
249 copied and put under another distribution licence [including the GNU Public Licence.]\r
250 \r