注册 登录
编程论坛 Delphi论坛

谁能把indy下TIDFTP的GET源码发给我啊,谢谢

anthony634 发布于 2007-05-13 16:23, 842 次点击

我用的indy组件下的get方法原型和下面这两个部一样的,可能是我用的版本比较老,新版本的可能是以下的形式
procedure Get(const ASourcefile: string; ADest: TStream; AResume: Boolean); overload;

procedure Get(const ASourcefile: string; const ADestfile: string; const ACanOverwrite: boolean; AResume: Boolean); overload
indy路径 Borland\Delphi6\Source\Indy\idftp.pas

1 回复
#2
anthony6342007-05-13 19:15

今天好好玩玩

[此贴子已经被作者于2007-5-15 8:23:33编辑过]

1