FFFTPのソースコードです。
修訂 | f342421f1ab2f1a1be25f392051fa4becb563101 (tree) |
---|---|
時間 | 2012-05-21 23:36:36 |
作者 | s_kawamoto <s_kawamoto@user...> |
Commiter | s_kawamoto |
Modify documents.
Remove unused files.
@@ -1,3 +0,0 @@ | ||
1 | - | |
2 | -開発環境は Microsoft Visual Studio .NET 2010 を使用しています。 | |
3 | - |
@@ -45,6 +45,10 @@ Changes in Ver.1.98f | ||
45 | 45 | -- Fixed bugs that UI was unlocked in some cases when commands were being sent |
46 | 46 | over the socket of main window. |
47 | 47 | |
48 | +-- Added extensions of files that will be transferred in ASCII mode. | |
49 | + | |
50 | +-- Extended command line options. | |
51 | + | |
48 | 52 | |
49 | 53 | Outline |
50 | 54 | ------- |
@@ -17,6 +17,10 @@ Changes in Ver.1.98f | ||
17 | 17 | -- Fixed bugs that UI was unlocked in some cases when commands were being sent |
18 | 18 | over the socket of main window. |
19 | 19 | |
20 | +-- Added extensions of files that will be transferred in ASCII mode. | |
21 | + | |
22 | +-- Extended command line options. | |
23 | + | |
20 | 24 | Changes in Ver.1.98e |
21 | 25 | -------------------- |
22 | 26 |
@@ -45,6 +45,10 @@ Ver 1.98f | ||
45 | 45 | ・メインウィンドウのソケットでコマンドを送信中にUIのロックが解除されて |
46 | 46 | しまう場合があるバグを修正しました。 |
47 | 47 | |
48 | +・アスキーモードで転送されるファイルの拡張子を追加しました。 | |
49 | + | |
50 | +・コマンドラインオプションを拡張しました。 | |
51 | + | |
48 | 52 | |
49 | 53 | Ver 1.96d以前へ戻す場合 |
50 | 54 | ----------------------- |
@@ -17,6 +17,10 @@ FFFTP | ||
17 | 17 | ・メインウィンドウのソケットでコマンドを送信中にUIのロックが解除されて |
18 | 18 | しまう場合があるバグを修正しました。 |
19 | 19 | |
20 | +・アスキーモードで転送されるファイルの拡張子を追加しました。 | |
21 | + | |
22 | +・コマンドラインオプションを拡張しました。 | |
23 | + | |
20 | 24 | ■Ver 1.98e |
21 | 25 | |
22 | 26 | ・ホストのパスワードが正しくない場合にパスワードを手動で再度入力しても |