コマンドラインからミラーリング処理を行った場合の不具合?
Open Date: 2012-05-16 08:35
Letztes Update: 2012-07-02 22:18
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
1.98d --> 1.98e にバージョンアップ後,コマンドラインからミラーリング(-m, -d)を行った際,処理対象ファイルが0の場合,FFFTPが起動した状態で止まってしまう。(1.98eでは,FFFTPが自動終了し,コマンドプロンプトに戻りました)
Last Update of this Ticket
2012-07-02 22:18 Update by:
s_kawamoto
- Ticket Close date set to 2012-07-02 22:18
- Status Update from Open to Closed.
↧
ホスト側UTF-8ファイルのSJIS変換ダウンロードでクラッシュ
Open Date: 2012-03-07 23:40
Letztes Update: 2012-07-02 22:19
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
Windows7SP1(x64)で1.98eを使用(他のバージョンはチェックしていません)。ホスト側文字コードUTF-8、ローカル側文字コードSJISでファイルをダウンロードするとクラッシュ(動作を停止しました)する場合があります。
【再現方法】
1. ホスト側コードをUTF-8、ローカル側コードをSJISとする
2. ローカル側のffftp-1.98e-src\doc\jpn\FFFTP.txtをアップロード(UTF-8に変換)
3. ホスト側FFFTP.txtをダウンロードすると(SJISに変換を期待)、「動作を停止しました」ダイアログで終了となります。
デバッガで追いかけた限りだと、ConvUTF8NtoSJIS()の変換中にpUTF16バッファ終端にU+FFFDが現れた場合に文字数カウントがずれてcInfo->StrLenがマイナスになり、次回読み込みで巨大なmalloc()を試みてしまっているようです。バッファ内の条件に依存するようで、history.txtはうまくいきます。
Last Update of this Ticket
2012-07-02 22:19 Update by:
s_kawamoto
- Ticket Close date set to 2012-07-02 22:19
- Status Update from Open to Closed.
↧
↧
アスキーモード判別について
Open Date: 2012-04-25 20:27
Letztes Update: 2012-07-02 22:20
Reporter: | s_kawamoto | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Feature Requests | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
1.98eまでは「ファイル名で転送モード切替え」が有効な場合に以下の拡張子をアスキーモードとしました。
- *.txt(テキスト)
- *.html(HTML)
- *.htm(HTML)
- *.cgi(CGI/Perl等)
- *.pl(Perl)
しかし、Ruby等のサーバーサイドスクリプトやJavaScript等が含まれていないため、FFFTPを用いたWebサイトの更新が正常にできない場合がありました。そこでアスキーモードで転送すべきファイルの種類をお尋ねしたいと思います。現時点では以下の拡張子を追加する予定です。不足や要望があればご報告をお願いします。
- *.js(JavaScript)
- *.vbs(VBScript)
- *.css(スタイルシート)
- *.rss(RSSフィード)
- *.rdf(RSSフィード)
- *.xml(XHTML)
- *.xhtml(XHTML)
- *.xht(XHTML)
- *.shtml(サーバーサイドHTML)
- *.shtm(サーバーサイドHTML)
- *.sh(UNIXシェルスクリプト)
- *.py(Pythonスクリプト)
- *.rb(Rubyスクリプト)
Last Update of this Ticket
2012-07-02 22:20 Update by:
s_kawamoto
- Ticket Close date set to 2012-07-02 22:20
- Status Update from Open to Closed.
↧
ファイルアップロードの転送モード切替が有効にならない
Open Date: 2011-10-24 11:53
Letztes Update: 2012-07-02 22:20
Reporter: | poisaq | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
Windows7_Pro_32bit(管理者権限あり)
v1.98b
ありがたく使用させていただいております。
EXEバージョンからインストールし、基本的な設定は標準です。
テキストファイル(CSV)を「文字コードShift-Jis」で「改行コードLF」で作成し、
FFFTPでデータベースサーバに自動判別モードでアップロードしたところ、
FFFTPの転送ログ上でアスキーモードを選択してしまったようで
改行コードがCR+LFに変わってしまいました。
そこで、明示的にバイナリモードでアップロードし直したのですが、
それでもアスキーモードで転送されてしまいます。
同じファイルをWindowsXP_SP3のクライアントから(v1.98b)
同じ設定(接続設定・環境設定共)でアップ(自動判別)するとバイナリモードで転送されます。
これは不具合?なのでしょうか。
そのほか必要な情報がありましたらご指示いただけ次第ご報告させていただきます。
Last Update of this Ticket
2012-07-02 22:20 Update by:
s_kawamoto
- Ticket Close date set to 2012-07-02 22:20
- Status Update from Open to Closed.
↧
要望:マスターパスワードによる保護仕様の強化
Open Date: 2012-03-23 20:30
Letztes Update: 2012-07-02 22:21
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Feature Requests | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
マスターパスワード導入の経緯である非対話的にレジストリからパスワードを抜かれる脅威は防げているのですが、マスターパスワード入力後のFFFTP画面を操作できると、以下の手順でマスターパスワードの保護を容易に回避できてしまいます。もっとセキュリティを強化できませんでしょうか。
1. (前提:Aliceさんがマスターパスワードを入力した後の画面である)
2. Bobはレジストリをfooに書き出す
3. Bobはマスターパスワードを既知のものに変更する(もちろんリターン2回でもOK)
4. Bobはレジストリをbarに書き出す
5. Bobはレジストリfooを読み込み(これで元のAliceの使っていたマスターパスワードに戻る)、FFFTPを終了させる。
Bobはbarを持ち出せば各サーバアクセスのパスワードを知ることが出来ます。Bobが作成されたファイルを消して、FFFTPが終了してしまっている言い訳ができれば、Aliceさんはこの行為に気づかない可能性が高いです。
Last Update of this Ticket
2012-07-02 22:21 Update by:
s_kawamoto
- Ticket Close date set to 2012-07-02 22:21
- Status Update from Open to Closed.
↧
↧
October 31, 2012, 2:37 am
DLするときに大文字小文字の区別
Open Date: 2012-10-31 10:49
Letztes Update: 2012-10-31 18:37
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
サーバーからDLするときに大文字小文字の区別がなくなります。ローカル側のファイル名が小文字でサーバー側のファイル名が大文字の場合上書きしますか?の表示が出てDLしたときはローカルファイル名(小文字)になっています。
Last Update of this Ticket
2012-10-31 18:37 Update by:
s_kawamoto
- Ticket Close date set to 2012-10-31 18:37
- Status Update from Open to Closed.
↧
October 12, 2011, 3:18 am
1.98をリリースする
Open Date: 2011-09-13 18:30
Letztes Update: 2011-10-12 19:18
Reporter: | hiromichi-m | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Feature Requests | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
1.98をリリースする。タスクは下記:
- 1.98ブランチの作成
- ドキュメント修正
- ビルドおよびリリース前テスト
Last Update of this Ticket
2011-10-12 19:18 Update by:
hiromichi-m
- Ticket Close date set to 2011-10-12 19:18
- Status Update from Open to Closed.
↧
October 12, 2011, 9:36 pm
ホスト一覧文字化け
Open Date: 2011-10-13 13:27
Letztes Update: 2011-10-13 13:36
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
ホスト一覧で日本語(ホスト名)が文字化けをおこし読めません
Last Update of this Ticket
2011-10-13 13:36 Update by:
s_kawamoto
- Ticket Close date set to 2011-10-13 13:36
- Status Update from Open to Closed.
↧
October 12, 2011, 11:02 pm
ホスト一覧の文字化け
Open Date: 2011-10-13 14:06
Letztes Update: 2011-10-13 15:02
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
文字コードが変更になったのか、ホスト一覧の2バイト文字が化けます。
バグなのか、ユーザー側で対応する部分なのかわからないので、こちらにてご報告いたします。
Last Update of this Ticket
2011-10-13 15:02 Update by:
s_kawamoto
- Ticket Close date set to 2011-10-13 15:02
- Status Update from Open to Closed.
↧
↧
October 13, 2011, 3:35 am
ファイル名の文字コードの自動判別(UTF-8をデフォルトに)
Open Date: 2011-09-07 12:45
Letztes Update: 2011-10-13 19:35
Details
デフォルト設定だと、リモート側でUTF-8の非ASCII文字列を含むファイル名が文字化けする。デフォルトでこのようなファイル名を正しく表示できるようにする。
Last Update of this Ticket
2011-10-13 19:35 Update by:
hylom
- Status Update from Open to Closed.
- Ticket Close date set to 2011-10-13 19:35
↧
October 13, 2011, 3:35 am
テキストモード転送のUTF-8対応(積極的に)
Open Date: 2011-09-07 12:43
Letztes Update: 2011-10-13 19:35
Details
テキストモード転送の文字コード変換でUTF-8に変換できない。「UTF-8に変換して転送」機能を実装する。
Last Update of this Ticket
2011-10-13 19:35 Update by:
hylom
- Ticket Close date set to 2011-10-13 19:35
- Status Update from Open to Closed.
↧
October 13, 2011, 5:35 am
ホスト一覧の文字化け
Open Date: 2011-10-12 22:20
Letztes Update: 2011-10-13 21:35
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
旧バージョンからの更新の場合、ホスト一覧で文字化けが発生します。
「設定変更」を表示すると正常ですが、編集しても閉じても、同様の文字化けとなります。
Last Update of this Ticket
2011-10-13 21:35 Update by:
s_kawamoto
- Ticket Close date set to 2011-10-13 21:35
- Status Update from Open to Closed.
↧
October 13, 2011, 5:36 am
ホスト一覧のグループが開けない
Open Date: 2011-10-13 10:40
Letztes Update: 2011-10-13 21:36
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
ホスト一覧のグループが開けません。グループをシングルクリックしても無反応なので、ダブルクリックするとグループに登録してある一番最初の接続先に接続してしまいます。
Last Update of this Ticket
2011-10-13 21:36 Update by:
s_kawamoto
- Ticket Close date set to 2011-10-13 21:36
- Status Update from Open to Closed.
↧
↧
October 13, 2011, 5:36 am
サウンドの日本語ファイル名
Open Date: 2011-10-13 04:07
Letztes Update: 2011-10-13 21:36
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
環境設定のサウンドの項目に日本語のファイル名を使った場合に、サウンドが鳴らず、またテストも出来ません。
Last Update of this Ticket
2011-10-13 21:36 Update by:
s_kawamoto
- Ticket Close date set to 2011-10-13 21:36
- Status Update from Open to Closed.
↧
October 13, 2011, 5:37 am
転送結果の表示不具合
Open Date: 2011-10-12 23:00
Letztes Update: 2011-10-13 21:37
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
FTP、FTPSともにコンソールログにて転送速度が0B/Sとなっております。
FTPのみの確認ですが、1.97bでは正常に表示されていたため、1.98のバージョンから発生しております。
以下、転送のログとなります。
接続しました.
>RETR /testdata.mp4
150 Opening BINARY mode data connection for /testdata.mp4 (372868205 bytes).
226 Transfer complete.
ダウンロードは正常終了しました. (128 Sec. 0 B/S).
切断しました
サーバはFTPにおいては、Filezilla、FTPSではvsftpdを使用しております。
Last Update of this Ticket
2011-10-13 21:37 Update by:
s_kawamoto
- Ticket Close date set to 2011-10-13 21:37
- Status Update from Open to Closed.
↧
October 15, 2011, 1:31 am
ホスト側文字コードの設定に関する仕様
Open Date: 2011-10-13 20:33
Letztes Update: 2011-10-15 17:31
Reporter: | hylom | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
1.97bで「SHIFT_JIS」に設定していた場合、1.98を起動せずに1.98aを起動すると「SHIFT_JIS」に設定されますが、1.98を起動→1.98aを起動、とすると「自動設定」になってしまいます(分かりにくくてすいません)。
1.97b以前では、ホスト側文字コードがSHIFT_JISの場合レジストリに何も設定が保存されず、変更された場合のみ「NameKanji」キーが存在するようになっていましたが、1.98および1.98aではNameKanjiキーが存在していないない場合は自動設定になるようです。
1.98aではレジストリから前回起動時のバージョンをチェックし、前回起動が1.97b以前で、かつNameKanjiキーが設定されていない場合のみホスト側文字コードがSHIFT_JISに設定されるようになっていますが、この場合前回起動が1.98だと、NameKanjiキーが存在しなくてもホスト側文字コードが自動設定になるようです。
レジストリに「NameKanji」キーが存在しない場合は「SHIFT_JIS」として、自動設定の場合はNameKanjiキーを0を書き込むという仕様のほうが良いのでは?
Last Update of this Ticket
2011-10-15 17:31 Update by:
s_kawamoto
- Ticket Close date set to 2011-10-15 17:31
- Status Update from Open to Closed.
↧
October 16, 2011, 8:57 am
複数ファイルの同時転送対応
Open Date: 2011-09-07 12:46
Letztes Update: 2011-10-17 00:57
Details
複数のファイルを複数スレッドで同時に転送できるようにする。
Last Update of this Ticket
2011-10-17 00:57 Update by:
s_kawamoto
- Milestone Update from (None) to 1.98リリース.
- Ticket Close date set to 2011-10-17 00:57
- Status Update from Open to Closed.
↧
↧
October 16, 2011, 8:59 am
manifestのリンクで失敗する
Open Date: 2011-09-01 18:11
Letztes Update: 2011-10-17 00:59
Reporter: | maya | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | SupportRequest | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
Last Update of this Ticket
2011-10-17 00:59 Update by:
s_kawamoto
- Ticket Close date set to 2011-10-17 00:59
- Status Update from Open to Closed.
↧
October 18, 2011, 4:59 am
1.98aでも
Open Date: 2011-10-13 21:55
Letztes Update: 2011-10-18 20:59
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
・HostListの文字化け、BugFixされていません。
・旧Version(1.97)の設定ファイル(ini)はShift-JISですが、1.98aでFixされたというcode変更(utf-8)の件、解消されていません。
Last Update of this Ticket
2011-10-18 20:59 Update by:
s_kawamoto
- Ticket Close date set to 2011-10-18 20:59
- Status Update from Open to Closed.
↧
October 18, 2011, 5:00 am
クイック接続時のリスト取得コマンド
Open Date: 2011-10-15 09:31
Letztes Update: 2011-10-18 21:00
Reporter: | (Anonymous) | Eigentümer: | (None) |
---|
Priority: | 5 - Medium | MileStone: | (None) |
---|
Type: | Bugs | Severity: | 5 - Medium |
---|
Component: | (None) | Status: | Closed |
---|
Resolution | None |
---|
Details
クイック接続した際に利用されるLISTコマンドがNLST -aILになることがある。
NLSTにオプションをつける挙動については、RFCに準拠しているftpd(例えばproftpd)では対応していものがあるため、一覧が取得できない。
Last Update of this Ticket
2011-10-18 21:00 Update by:
s_kawamoto
- Ticket Close date set to 2011-10-18 21:00
- Status Update from Open to Closed.
↧
Kommentar
ご報告ありがとうございます。 残念ながらWindowsの仕様で、FATファイルシステムを扱うMS-DOS時代からの互換性のためのものです。 なお現在のWindowsではNTFS上のファイル名の大文字小文字の区別ができますが、APIで互換性のためにそれを無効化しています。 そのため回避策はありません。 ご了承ください。