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

FtpPwd

Declaration

Source position: ftpapi.pas line 299

function FtpPwd(

  Host: PAnsiChar;

  UserId: PAnsiChar;

  Passwd: PAnsiChar;

  Acct: PAnsiChar;

  Buf: PAnsiChar;

  BufLen: Integer

):Integer;

function FtpPwd(

  Host: shortstring;

  UserId: shortstring;

  Passwd: shortstring;

  Acct: shortstring;

  var Buf: shortstring

):Integer;

function FtpPwd(

  var Buf: shortstring

):Integer;


Documentation generated on: 2025-07-25