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

FtpLs

Declaration

Source position: ftpapi.pas line 255

function FtpLs(

  Host: PAnsiChar;

  Userid: PAnsiChar;

  Passwd: PAnsiChar;

  Acct: PAnsiChar;

  Local: PAnsiChar;

  Pattern: PAnsiChar

):Integer;

function FtpLs(

  Host: shortstring;

  Userid: shortstring;

  Passwd: shortstring;

  Acct: shortstring;

  Local: shortstring;

  Pattern: shortstring

):Integer;

function FtpLs(

  Local: shortstring;

  Pattern: shortstring

):Integer;


Documentation generated on: 2025-07-25