Function EN Version 5.00

@FTPNTClose

FTP

Syntax

@FTPNTClose(FTPNTHANDLE);

Description

This @Function is available only on Windows!

Closes an FTP session.
The FTP session with the FTPNTHANDLE FTPNTHANDLE is closed.
On success, the @Function returns an FTPNT handle NULLHANDLE; otherwise, @Error.

Example: @FTPNTClose(FTPNTHANDLE)

APPLICATIONTEXT:="Test";
ftpnth:=@FTPNTOpen(APPLICATIONTEXT);
ftpnth:=@FTPNTClose(ftpnth);

An FTP session is started and then closed again.

Note : This text was machine-translated and may contain inaccuracies.