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

FtpGet

Declaration

Source position: ftpapi.pas line 206

function FtpGet(

  Host: PAnsiChar;

  UserId: PAnsiChar;

  Passwd: PAnsiChar;

  Acct: PAnsiChar;

  Local: PAnsiChar;

  Remote: PAnsiChar;

  Mode: PAnsiChar;

  TransferType: Integer

):Integer;

function FtpGet(

  Host: shortstring;

  UserId: shortstring;

  Passwd: shortstring;

  Acct: shortstring;

  Local: shortstring;

  Remote: shortstring;

  Mode: shortstring;

  TransferType: Integer

):Integer;

function FtpGet(

  Local: PAnsiChar;

  Remote: PAnsiChar;

  Mode: PAnsiChar;

  TransferType: Integer

):Integer;

function FtpGet(

  Local: shortstring;

  Remote: shortstring;

  Mode: shortstring;

  TransferType: Integer

):Integer;

function FtpGet(

  Local: PAnsiChar;

  Remote: PAnsiChar;

  Mode: PAnsiChar

):Integer;

function FtpGet(

  Local: shortstring;

  Remote: shortstring;

  Mode: shortstring

):Integer;


Documentation generated on: 2025-07-25