有两个用于FTP的标准控件,好像都可以,没用过,自己查吧:)
网络吸血鬼就是Delphi写的

解决方案 »

  1.   

    indy9.0beta3中的tidftp的procedure Get(const ASourceFile: string; const ADestFile: string; const ACanOverwrite: boolean; AResume: Boolean); overload;
    Parameters
    const ASourceFile: string
    File name on the FTP server.const ADestFile: string
    File name and optional path on the local machine.const ACanOverwrite: boolean = false
    Overwrite an existing file with the same name.AResume: Boolean = false
    Partial download can be completed.Get allows continuing a previous partial download or appending data to an existing file on the local file system when AResume is True and CanResume indicates that the FTP server implementation allows the FTP REST command verb.