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

FtpRemSize

Declaration

Source position: ftpapi.pas line 357

function FtpRemSize(

  Host: PAnsiChar;

  UserId: PAnsiChar;

  Passwd: PAnsiChar;

  Acct: PAnsiChar;

  Local: PAnsiChar;

  Remote: PAnsiChar;

  Mode: PAnsiChar;

  TransferType: Integer

):LongInt;

function FtpRemSize(

  Host: shortstring;

  UserId: shortstring;

  Passwd: shortstring;

  Acct: shortstring;

  Local: shortstring;

  Remote: shortstring;

  Mode: shortstring;

  TransferType: Integer

):LongInt;

function FtpRemSize(

  Local: shortstring;

  Remote: shortstring;

  Mode: shortstring;

  TransferType: Integer

):LongInt;

function FtpRemSize(

  Local: shortstring;

  Remote: shortstring;

  Mode: shortstring

):LongInt;


Documentation generated on: 2025-07-25