Develop and Download Open Source Software

Browse Subversion Repository

Log of /trunk/ttssh2/ttxssh/sftp.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 9048 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 16 12:24:13 2020 UTC (3 years, 3 months ago) by nmaya
File length: 31968 byte(s)
Diff to previous 8838
ソースファイルの著作権表記の "最後の発行の年" を削除

ticket #40996

Revision 8838 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 4 16:00:24 2020 UTC (3 years, 9 months ago) by zmatsuo
File length: 31972 byte(s)
Diff to previous 7896
fall through 警告を修正

warning: this statement may fall through

Revision 7896 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 29 15:04:08 2019 UTC (4 years, 8 months ago) by zmatsuo
File length: 31955 byte(s)
Diff to previous 7592
Merge branch 'x64' into trunk

Revision 7592 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 17 15:08:42 2019 UTC (4 years, 11 months ago) by zmatsuo
File length: 31943 byte(s)
Diff to previous 6841
ダイアログを親(vtwin)の中央に表示するよう修正

Revision 6841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 15:02:28 2017 UTC (6 years, 9 months ago) by doda
File length: 31894 byte(s)
Diff to previous 6809
TeraTerm Project としてのライセンス表記を追加

・Tera Term 本体分を横 80 桁に収まるように改行位置を調整
・ttssh 関連の分を追加

Revision 6809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 19 12:50:42 2017 UTC (6 years, 9 months ago) by doda
File length: 31831 byte(s)
Diff to previous 6801
ログ関連を見直し。

・_snprintf_s() + notify_verbose_message() を logprintf() に置き換え。
・固定メッセージの notify_verbose_message() を logputs() に置き換え。

pvar を渡す必要が無くなったので、pvar が使えない状況でもログ出力が行える。

全体的に LOGLEVEL を見直したい……

Revision 6801 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 13 10:30:12 2017 UTC (6 years, 9 months ago) by doda
File length: 32206 byte(s)
Diff to previous 6064
eliminate FAR keyword.

Revision 6064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 26 23:29:25 2015 UTC (8 years, 5 months ago) by maya
File length: 32214 byte(s)
Diff to previous 5039
Copyright 表記を調整

Revision 5039 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 13 16:18:29 2012 UTC (11 years, 5 months ago) by yutakapon
File length: 32224 byte(s)
Diff to previous 4973
SSH2遅延送信の不具合で、SSHデータが壊れる問題を修正した。


Revision 4973 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 6 10:41:42 2012 UTC (11 years, 8 months ago) by yutakapon
File length: 31656 byte(s)
Diff to previous 4930
* SFTP: コマンドラインヘルプを追加した。


Revision 4930 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 4 14:39:22 2012 UTC (11 years, 11 months ago) by yutakapon
File length: 13035 byte(s)
Diff to previous 4929
SFTP:
  - コマンドラインコンソール(モードレスダイアログ)を追加した。これが将来的にFFFTPやWinSCPの2ペイン方式になる(予定)。
  - インタラクティブループに入る前のパス送信処理を追加した。

※一人言
SCPを実装したときもそうだったが、WindowsアプリはUNIXプログラムのようにブロックさせないようにしなければならないため、
1つのコマンドを送受信するだけでも、状態遷移管理をしなければならず、ロジックが煩雑になる。
SFTP用の別プロセスを起こして、Tera Term(TTSSH)本体とプロセス間通信するようにしたほうがよいのかも。


Revision 4929 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 3 16:17:09 2012 UTC (11 years, 11 months ago) by yutakapon
File length: 7016 byte(s)
Diff to previous 4928
SFTP: 最初のネゴシエーションまで完了。


Revision 4928 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 3 14:39:47 2012 UTC (11 years, 11 months ago) by yutakapon
File length: 5040 byte(s)
Diff to previous 4926
- SFTP実装のため、バッファ操作関数の整理。
- SFTPバージョン交換まで実装確認。


Revision 4926 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 3 13:09:23 2012 UTC (11 years, 11 months ago) by yutakapon
File length: 3180 byte(s)
Diff to previous 3227
SFTPの実装を"sftp.c"に切り出せるようにするため、"ssh.c"のコードを移動させた。


Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya
File length: 1985 byte(s)
Diff to previous 3221
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換

Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 09:37:20 2009 UTC (15 years ago) by maya
File length: 1928 byte(s)
Diff to previous 3096
CVS から SVN へ移行: trunk に集約

Revision 3096 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Jan 19 15:02:03 2008 UTC (16 years, 2 months ago) by yutakapon
Original Path: ttssh2/trunk/ttxssh/sftp.c
File length: 1928 byte(s)
SFTPサポートのためのフレームワークを追加。動作上は影響ありません。


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26