• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

FFFTPのソースコードです。


Commit MetaInfo

Revisão89de61dfd039abb401b00fb337c9624360858aa4 (tree)
Hora2012-09-06 18:45:09
Autors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Mensagem de Log

Modify documents.

Mudança Sumário

Diff

--- a/doc/eng/FFFTP.txt
+++ b/doc/eng/FFFTP.txt
@@ -1,8 +1,8 @@
11 ============================================================
2-[Software Name] FFFTP Ver.1.98f (FTP Client software)
2+[Software Name] FFFTP Ver.1.99 (FTP Client software)
33 [Copyright] Copyright(C) 1997-2010 Sota & cooperators
44 Copyright(C) 2011-2012 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, unarist, Asami, fortran90, tomo1192, Yuji Tanaka, Moriguchi Hirokazu).
5-[Environment] Windows 7, Vista, XP, 2000
5+[Environment] Windows 8, 7, Vista, XP, 2000
66 ============================================================
77
88 About INI File
@@ -28,34 +28,21 @@ following menu.
2828 File -> Settings -> Change Master password
2929
3030
31-Changes in Ver.1.98f
31+Changes in Ver.1.99
3232 --------------------
3333
34--- Fixed bugs of incorrect behavior of Select dialog.
34+-- Tested on Windows 8 (32bit/64bit).
3535
36--- Added an option for retaining timestamps on uploading.
36+-- Added an option to overwrite files only if they are larger than their
37+ originals.
3738
38--- Changed to require the current master password before changing it.
39+-- Added an option to set a local Kanji code chosen at startup.
3940
40--- Fixed bugs that files in a temporary folder was shown in local file list
41- after files in a host had been dropped into other applications.
41+-- Changed to directly show Browse For Folder dialog on clicking Change Folder button
42+ in the local side.
4243
43--- Shortened intervals between keep alive packets.
44-
45--- Fixed bugs that UI was unlocked in some cases when commands were being sent
46- over the socket of main window.
47-
48--- Added extensions of files that will be transferred in ASCII mode.
49-
50--- Extended command line options.
51-
52--- Changed to try SSL when a host cannot recognize TLS on FTPS Explicit.
53-
54--- Fixed bugs that corruption was caused when strings were converted from
55- UTF-8 to Shift_JIS on Windows Vista or later.
56-
57--- Changed to refresh the local view automatically when files in the current
58- directory are modified.
44+-- Improved conditions to send commands for keep alive.
45+ Less likely to fail such as when deleting a large number of files.
5946
6047
6148 Outline
--- a/doc/eng/history.txt
+++ b/doc/eng/history.txt
@@ -1,5 +1,21 @@
11 FFFTP version history.
22
3+Changes in Ver.1.99
4+--------------------
5+
6+-- Tested on Windows 8 (32bit/64bit).
7+
8+-- Added an option to overwrite files only if they are larger than their
9+ originals.
10+
11+-- Added an option to set a local Kanji code chosen at startup.
12+
13+-- Changed to directly show Browse For Folder dialog on clicking Change Folder button
14+ in the local side.
15+
16+-- Improved conditions to send commands for keep alive.
17+ Less likely to fail such as when deleting a large number of files.
18+
319 Changes in Ver.1.98f
420 --------------------
521
--- a/doc/jpn/FFFTP.txt
+++ b/doc/jpn/FFFTP.txt
@@ -1,6 +1,6 @@
11 ============================================================
2-【ソフト名】 FTPクライアント FFFTP(sf.jp版) Ver 1.98f
3-【動作確認環境】 Windows 7、Vista、XP、2000
2+【ソフト名】 FTPクライアント FFFTP(sf.jp版) Ver 1.99
3+【動作確認環境】 Windows 8、7、Vista、XP、2000
44 【サポート】 http://sourceforge.jp/projects/ffftp/
55 ============================================================
66
@@ -27,36 +27,21 @@ FFFTP Ver.1.96d+009
2727 マスターパスワードの入力が求められますので、入力してください。
2828
2929
30-Ver 1.98fでの変更点
30+Ver 1.99での変更点
3131 -------------------
3232
33-・選択ダイアログが正常に機能しないバグを修正しました。
33+・Windows 8 (32bit/64bit)で動作を確認しました。
3434
35-・アップロード時にタイムスタンプを維持する設定を追加しました。
35+・ファイルの上書きの確認の際に元のファイルより大きければ上書きを行う
36+ 機能を追加しました。
3637
37-・マスターパスワードを変更する際に現在のマスターパスワードを入力する
38- ように変更しました。
38+・起動時に選択されるローカルの漢字コードを設定できるようにしました。
3939
40-・ホスト側から外部アプリケーションへのドロップ後、ローカル側に作業
41- フォルダの内容が表示されることがあるバグを修正しました。
40+・ローカル側のフォルダの移動ボタンをクリックした際にフォルダの参照
41+ ダイアログが直接表示されるように変更しました。
4242
43-・ソケット切断検出用のパケット送信の間隔を短くしました。
44-
45-・メインウィンドウのソケットでコマンドを送信中にUIのロックが解除されて
46- しまう場合があるバグを修正しました。
47-
48-・アスキーモードで転送されるファイルの拡張子を追加しました。
49-
50-・コマンドラインオプションを拡張しました。
51-
52-・FTPS ExplicitでホストがTLSを受け付けない場合に続けてSSLを試すように
53- 変更しました。
54-
55-・Windows Vista以降で文字列がUTF-8からShift_JISへ変換される時に破損する
56- バグを修正しました。
57-
58-・ローカル側のフォルダ内のファイルが変更された時にローカル側のファイル
59- 一覧を自動的に更新するように変更しました。
43+・接続維持用のコマンドを送信する条件を改善しました。
44+ ホスト側のファイルを大量に削除する時などで失敗しにくくなります。
6045
6146
6247 Ver 1.96d以前へ戻す場合
--- a/doc/jpn/history.txt
+++ b/doc/jpn/history.txt
@@ -1,5 +1,20 @@
11 FFFTP 改版リスト
22
3+■Ver 1.99
4+
5+・Windows 8 (32bit/64bit)で動作を確認しました。
6+
7+・ファイルの上書きの確認の際に元のファイルより大きければ上書きを行う
8+ 機能を追加しました。
9+
10+・起動時に選択されるローカルの漢字コードを設定できるようにしました。
11+
12+・ローカル側のフォルダの移動ボタンをクリックした際にフォルダの参照
13+ ダイアログが直接表示されるように変更しました。
14+
15+・接続維持用のコマンドを送信する条件を改善しました。
16+ ホスト側のファイルを大量に削除する時などで失敗しにくくなります。
17+
318 ■Ver 1.98f
419
520 ・選択ダイアログが正常に機能しないバグを修正しました。