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

FtpDir

Declaration

Source position: ftpapi.pas line 263

function FtpDir(

  Host: PAnsiChar;

  UserId: PAnsiChar;

  Passwd: PAnsiChar;

  Acct: PAnsiChar;

  Local: PAnsiChar;

  Pattern: PAnsiChar

):Integer;

function FtpDir(

  Host: shortstring;

  Userid: shortstring;

  Passwd: shortstring;

  Acct: shortstring;

  Local: shortstring;

  Pattern: shortstring

):Integer;

function FtpDir(

  Local: shortstring;

  Pattern: shortstring

):Integer;


Documentation generated on: 2025-07-25