Source position: ftpapi.pas line 176
function FTPAppend( |
Host: PAnsiChar; |
UserId: PAnsiChar; |
Passwd: PAnsiChar; |
Acct: PAnsiChar; |
Local: PAnsiChar; |
Remote: PAnsiChar; |
Transfertype: Integer |
):Integer; |
Host: shortstring; |
UserId: shortstring; |
Passwd: shortstring; |
Acct: shortstring; |
Local: shortstring; |
Remote: shortstring; |
Transfertype: Integer |
):Integer; |
Local: PAnsiChar; |
Remote: PAnsiChar; |
Transfertype: Integer |
):Integer; |
Local: shortstring; |
Remote: shortstring; |
Transfertype: Integer |
):Integer; |
Local: PAnsiChar; |
Remote: PAnsiChar |
):Integer; |
Local: shortstring; |
Remote: shortstring |
):Integer; |