OSDN Git Service

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