Unit 'FTPAPI' Package
[Overview][Constants][Procedures and functions][Index] [#os2units]

FtpDelete

Declaration

Source position: ftpapi.pas line 189

function FtpDelete(

  Host: PAnsiChar;

  UserId: PAnsiChar;

  Passwd: PAnsiChar;

  Acct: PAnsiChar;

  Name: PAnsiChar

):Integer;

function FtpDelete(

  Host: shortstring;

  UserId: shortstring;

  Passwd: shortstring;

  Acct: shortstring;

  Name: shortstring

):Integer;

function FtpDelete(

  Name: PAnsiChar

):Integer;

function FtpDelete(

  Name: shortstring

):Integer;


Documentation generated on: 2025-07-25