Ftpclose()

Closes a previously connected FTP connection

Usage

BOOLEAN = Ftpclose( ftpdata )
Argument Summary
ftpdata the connection object as defined from FtpOpen()

Calling

Supports named-parameter calling allowing you to use the function like:

Ftpclose(
   ftpdata=?
);

Supports passing parameters as a structure using ArgumentCollection:

Ftpclose( ArgumentCollection={
   ftpdata : ?
} );