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

FTPAppend

Declaration

Source position: ftpapi.pas line 176

function FTPAppend(

  Host: PAnsiChar;

  UserId: PAnsiChar;

  Passwd: PAnsiChar;

  Acct: PAnsiChar;

  Local: PAnsiChar;

  Remote: PAnsiChar;

  Transfertype: Integer

):Integer;

function FTPAppend(

  Host: shortstring;

  UserId: shortstring;

  Passwd: shortstring;

  Acct: shortstring;

  Local: shortstring;

  Remote: shortstring;

  Transfertype: Integer

):Integer;

function FTPAppend(

  Local: PAnsiChar;

  Remote: PAnsiChar;

  Transfertype: Integer

):Integer;

function FTPAppend(

  Local: shortstring;

  Remote: shortstring;

  Transfertype: Integer

):Integer;

function FTPAppend(

  Local: PAnsiChar;

  Remote: PAnsiChar

):Integer;

function FTPAppend(

  Local: shortstring;

  Remote: shortstring

):Integer;


Documentation generated on: 2025-07-25