• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


Commit MetaInfo

Revisionce160b071c64da5e7f06b52d4f7b6a942052f57e (tree)
Zeit2011-11-04 21:48:33
Autors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Modify features and documents for 1.98c.

Ändern Zusammenfassung

Diff

Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
--- a/Resource/FFFTP.rc
+++ b/Resource/FFFTP.rc
@@ -235,7 +235,7 @@ FONT 9, "
235235 BEGIN
236236 DEFPUSHBUTTON "OK",IDOK,133,294,50,14
237237 ICON ffftp,-1,7,4,20,20
238- CTEXT "FFFTP Ver 1.99",-1,113,11,90,8
238+ CTEXT "FFFTP Ver 1.98c",-1,113,11,90,8
239239 CTEXT "FFFTP‚Ífreeware‚Å‚·",-1,7,279,305,8
240240 CTEXT "Copyright(C) 1997-2010 Sota & ‚²‹¦—Í‚¢‚½‚¾‚¢‚½•ûX\nCopyright (C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, ‚¤‚ȁ[, Asami, fortran90, tomo1192)",-1,7,25,305,44,SS_NOPREFIX
241241 CTEXT "",ABOUT_JRE,7,96,305,8
@@ -2016,8 +2016,8 @@ nodrop_csr CURSOR "nodrop_c.cur"
20162016 //
20172017
20182018 VS_VERSION_INFO VERSIONINFO
2019- FILEVERSION 1,99,0,0
2020- PRODUCTVERSION 1,99,0,0
2019+ FILEVERSION 1,98,3,0
2020+ PRODUCTVERSION 1,98,3,0
20212021 FILEFLAGSMASK 0x3fL
20222022 #ifdef _DEBUG
20232023 FILEFLAGS 0x1L
@@ -2035,12 +2035,12 @@ BEGIN
20352035 VALUE "Comments", "‚±‚ê‚̓tƒŠ[ƒ\ƒtƒgƒEƒGƒA‚Å‚·B"
20362036 VALUE "CompanyName", " "
20372037 VALUE "FileDescription", "FFFTP"
2038- VALUE "FileVersion", "1, 99, 0, 0"
2038+ VALUE "FileVersion", "1, 98, 3, 0"
20392039 VALUE "InternalName", "FFFTP"
20402040 VALUE "LegalCopyright", "Copyright (C) 1997-2010 Sota & ‚²‹¦—Í‚¢‚½‚¾‚¢‚½•ûX\nCopyright (C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, ‚¤‚ȁ[, Asami, fortran90, tomo1192)."
20412041 VALUE "OriginalFilename", "FFFTP.exe"
20422042 VALUE "ProductName", "FFFTP"
2043- VALUE "ProductVersion", "1, 99, 0, 0"
2043+ VALUE "ProductVersion", "1, 98, 3, 0"
20442044 END
20452045 END
20462046 BLOCK "VarFileInfo"
--- a/Resource_eng/FFFTP-eng.rc
+++ b/Resource_eng/FFFTP-eng.rc
@@ -235,7 +235,7 @@ FONT 9, "MS Sans Serif", 0, 0, 0x0
235235 BEGIN
236236 DEFPUSHBUTTON "OK",IDOK,132,296,50,14
237237 ICON ffftp,-1,7,4,20,20
238- CTEXT "FFFTP Ver 1.99",-1,110,11,90,8
238+ CTEXT "FFFTP Ver 1.98c",-1,110,11,90,8
239239 CTEXT "FFFTP is freeware",-1,7,281,301,8
240240 CTEXT "Copyright(C) 1997-2010 Sota && cooperators\nCopyright (C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, unarist, Asami, fortran90, tomo1192)",-1,7,25,301,44
241241 CTEXT "",ABOUT_JRE,7,93,301,8
@@ -2038,8 +2038,8 @@ nodrop_csr CURSOR "nodrop_c.cur"
20382038 //
20392039
20402040 VS_VERSION_INFO VERSIONINFO
2041- FILEVERSION 1,99,0,0
2042- PRODUCTVERSION 1,99,0,0
2041+ FILEVERSION 1,98,3,0
2042+ PRODUCTVERSION 1,98,3,0
20432043 FILEFLAGSMASK 0x3fL
20442044 #ifdef _DEBUG
20452045 FILEFLAGS 0x1L
@@ -2057,12 +2057,12 @@ BEGIN
20572057 VALUE "Comments", "This software is Free Software"
20582058 VALUE "CompanyName", " Sota"
20592059 VALUE "FileDescription", "FFFTP"
2060- VALUE "FileVersion", "1, 99, 0, 0"
2060+ VALUE "FileVersion", "1, 98, 3, 0"
20612061 VALUE "InternalName", "FFFTP"
20622062 VALUE "LegalCopyright", "Copyright (C) 1997-2010 Sota & cooperators\nCopyright (C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, unarist, Asami, fortran90, tomo1192)."
20632063 VALUE "OriginalFilename", "FFFTP.exe"
20642064 VALUE "ProductName", "FFFTP"
2065- VALUE "ProductVersion", "1, 99, 0, 0"
2065+ VALUE "ProductVersion", "1, 98, 3, 0"
20662066 END
20672067 END
20682068 BLOCK "VarFileInfo"
--- a/common.h
+++ b/common.h
@@ -70,9 +70,9 @@
7070 //#define VER_STR "1.97b"
7171 //#define VER_NUM 1921 /* 設定バージョン */
7272 //#define PROGRAM_VERSION_NUM 1972 /* バージョン */
73-#define VER_STR "1.99"
74-#define VER_NUM 1990 /* 設定バージョン */
75-#define PROGRAM_VERSION_NUM 1990 /* バージョン */
73+#define VER_STR "1.98c"
74+#define VER_NUM 1983 /* 設定バージョン */
75+#define PROGRAM_VERSION_NUM 1983 /* バージョン */
7676
7777
7878 #define MYWEB_URL "http://www2.biglobe.ne.jp/~sota/ffftp-qa.html"
--- a/connect.c
+++ b/connect.c
@@ -1553,11 +1553,11 @@ static SOCKET DoConnectCrypt(int CryptMode, HOSTDATA* HostData, char *Host, char
15531553 if(strstr(Reply, " UTF8 "))
15541554 HostData->Feature |= FEATURE_UTF8;
15551555 // MLST対応
1556- if(strstr(Reply, " MLST ") || strstr(Reply, " MLSD "))
1557- HostData->Feature |= FEATURE_MLSD;
1556+// if(strstr(Reply, " MLST ") || strstr(Reply, " MLSD "))
1557+// HostData->Feature |= FEATURE_MLSD;
15581558 // IPv6対応
1559- if(strstr(Reply, " EPRT ") || strstr(Reply, " EPSV "))
1560- HostData->Feature |= FEATURE_EPRT | FEATURE_EPSV;
1559+// if(strstr(Reply, " EPRT ") || strstr(Reply, " EPSV "))
1560+// HostData->Feature |= FEATURE_EPRT | FEATURE_EPSV;
15611561 }
15621562 // UTF-8対応
15631563 if(HostData->NameKanjiCode == KANJI_AUTO && (HostData->Feature & FEATURE_UTF8))
--- a/doc/eng/FFFTP.txt
+++ b/doc/eng/FFFTP.txt
@@ -1,5 +1,5 @@
11 ============================================================
2-[Software Name] FFFTP Ver.1.99 (FTP Client software)
2+[Software Name] FFFTP Ver.1.98c (FTP Client software)
33 [Copyright] Copyright(C) 1997-2010 Sota & cooperators
44 Copyright(C) 2011 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, unarist, Asami, fortran90, tomo1192).
55 [Environment] Windows 7, Vista, XP, 2000
@@ -28,12 +28,9 @@ following menu.
2828 File ->@Settings -> Change Master password
2929
3030
31-Changes in Ver.1.99
31+Changes in Ver.1.98c
3232 --------------------
3333
34--- MLSD command became used for retrieving filenames on appropriate hosts.
35- That is helpful for hosts that do not return filenames properly.
36-
3734 -- Changed to connect to hosts with Punycode if their names contain
3835 international characters.
3936
--- a/doc/eng/history.txt
+++ b/doc/eng/history.txt
@@ -1,11 +1,8 @@
11 FFFTP version history.
22
3-Changes in Ver.1.99
3+Changes in Ver.1.98c
44 --------------------
55
6--- MLSD command became used for retrieving filenames on appropriate hosts.
7- That is helpful for hosts that do not return filenames properly.
8-
96 -- Changed to connect to hosts with Punycode if their names contain
107 international characters.
118
--- a/doc/jpn/FFFTP.txt
+++ b/doc/jpn/FFFTP.txt
@@ -1,5 +1,5 @@
11 ============================================================
2-yƒ\ƒtƒg–¼z@FTPƒNƒ‰ƒCƒAƒ“ƒg FFFTPisf.jp”Łj Ver 1.99
2+yƒ\ƒtƒg–¼z@FTPƒNƒ‰ƒCƒAƒ“ƒg FFFTPisf.jp”Łj Ver 1.98c
33 y“®ìŠm”FŠÂ‹«z@Windows 7AVistaAXPA2000
44 yƒTƒ|[ƒgz@http://sourceforge.jp/projects/ffftp/
55 ============================================================
@@ -27,13 +27,9 @@ FFFTP Ver.1.96d+009
2727 ƒ}ƒXƒ^[ƒpƒXƒ[ƒh‚Ì“ü—Í‚ª‹‚ß‚ç‚ê‚Ü‚·‚̂ŁA“ü—Í‚µ‚Ä‚­‚¾‚³‚¢B
2828
2929
30-Ver 1.99‚ł̕ύX“_
30+Ver 1.98c‚ł̕ύX“_
3131 -------------------
3232
33-EMLSDƒRƒ}ƒ“ƒh‚ɑΉž‚µ‚½ƒzƒXƒg‚Å‚ÍMLSDƒRƒ}ƒ“ƒh‚ð—p‚¢‚ătƒ@ƒCƒ‹ˆê——‚ð
34-@Žæ“¾‚·‚é‚悤‚É‚µ‚Ü‚µ‚½BLISTƒRƒ}ƒ“ƒh‚̉ž“š‚É“Á’è‚̃tƒ@ƒCƒ‹‚ª
35-@ŠÜ‚Ü‚ê‚È‚¢ˆê•”‚̃zƒXƒg‚Å‚à³‚µ‚­—ñ‹“‚Å‚«‚é‰Â”\«‚ª‚‚­‚È‚è‚Ü‚·B
36-
3733 E“ú–{ŒêƒhƒƒCƒ“–¼‚̃zƒXƒg‚ւ̐ڑ±Žž‚ɃAƒhƒŒƒX‚ðPunycode‚Ö•ÏŠ·‚µ‚Ä‚©‚ç
3834 @Ú‘±‚·‚é‚悤‚ɕύX‚µ‚Ü‚µ‚½B
3935
--- a/doc/jpn/history.txt
+++ b/doc/jpn/history.txt
@@ -1,10 +1,6 @@
11 FFFTP@‰ü”ŃŠƒXƒg
22
3-¡Ver 1.99
4-
5-EMLSDƒRƒ}ƒ“ƒh‚ɑΉž‚µ‚½ƒzƒXƒg‚Å‚ÍMLSDƒRƒ}ƒ“ƒh‚ð—p‚¢‚ătƒ@ƒCƒ‹ˆê——‚ð
6-@Žæ“¾‚·‚é‚悤‚É‚µ‚Ü‚µ‚½BLISTƒRƒ}ƒ“ƒh‚̉ž“š‚É“Á’è‚̃tƒ@ƒCƒ‹‚ª
7-@ŠÜ‚Ü‚ê‚È‚¢ˆê•”‚̃zƒXƒg‚Å‚à³‚µ‚­—ñ‹“‚Å‚«‚é‰Â”\«‚ª‚‚­‚È‚è‚Ü‚·B
3+¡Ver 1.98c
84
95 E“ú–{ŒêƒhƒƒCƒ“–¼‚̃zƒXƒg‚ւ̐ڑ±Žž‚ɃAƒhƒŒƒX‚ðPunycode‚Ö•ÏŠ·‚µ‚Ä‚©‚ç
106 @Ú‘±‚·‚é‚悤‚ɕύX‚µ‚Ü‚µ‚½B
--- a/hostman.c
+++ b/hostman.c
@@ -2166,6 +2166,8 @@ static BOOL CALLBACK CryptSettingProc(HWND hDlg, UINT iMessage, WPARAM wParam, L
21662166 // TODO: SFTP対応
21672167 SendDlgItemMessage(hDlg, HSET_SFTP, BM_SETCHECK, BST_UNCHECKED, 0);
21682168 EnableWindow(GetDlgItem(hDlg, HSET_SFTP), FALSE);
2169+ EnableWindow(GetDlgItem(hDlg, PKEY_FILE_BR), FALSE);
2170+ EnableWindow(GetDlgItem(hDlg, HSET_PRIVATE_KEY), FALSE);
21692171 return(TRUE);
21702172
21712173 case WM_NOTIFY:
Binary files a/htmlhelp/FFFTP.CHM and b/htmlhelp/FFFTP.CHM differ
--- a/htmlhelp/HTML/H0000001.HTM
+++ b/htmlhelp/HTML/H0000001.HTM
@@ -4,7 +4,7 @@
44 <META name=GENERATOR content="MSHTML 8.00.7600.16490"></HEAD>
55 <BODY>
66 <P align=center><FONT face="‚l‚r ƒSƒVƒbƒN">&nbsp;<FONT color=#0000ff
7-size=6>‚e‚e‚e‚s‚o</FONT>@Ver 1.99</FONT><FONT face="‚l‚r ƒSƒVƒbƒN"><BR></FONT>(“®ìŠm”FŠÂ‹«
7+size=6>‚e‚e‚e‚s‚o</FONT>@Ver 1.98c</FONT><FONT face="‚l‚r ƒSƒVƒbƒN"><BR></FONT>(“®ìŠm”FŠÂ‹«
88 <STRONG>Windows 7, </STRONG><STRONG>Vista, XP, 2000</STRONG>)</P>
99 <P><BR>‚f‚t‚h‚È‚e‚s‚oƒNƒ‰ƒCƒAƒ“ƒgƒc[ƒ‹‚Å‚·B</P><STRONG>
1010 <P style="MARGIN-RIGHT: 0px" dir=ltr><STRONG><FONT