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

FtpReStart

Declaration

Source position: ftpapi.pas line 239

function FtpReStart(

  Host: PAnsiChar;

  UserId: PAnsiChar;

  Passwd: PAnsiChar;

  Acct: PAnsiChar;

  Local: PAnsiChar;

  Remote: PAnsiChar;

  Mode: PAnsiChar;

  TransferType: Integer;

  Rest: Integer

):LongInt;

function FtpReStart(

  Host: shortstring;

  UserId: shortstring;

  Passwd: shortstring;

  Acct: shortstring;

  Local: shortstring;

  Remote: shortstring;

  Mode: shortstring;

  TransferType: Integer;

  Rest: Integer

):LongInt;

function FtpReStart(

  Local: shortstring;

  Remote: shortstring;

  Mode: shortstring;

  TransferType: Integer;

  Rest: Integer

):LongInt;

function FtpReStart(

  Local: shortstring;

  Remote: shortstring;

  Mode: shortstring;

  Rest: Integer

):LongInt;


Documentation generated on: 2025-07-25