All Functions Modules Pages
ftp

Functions

BOOLEAN ftp.init ()
 Initializes the module FTP. More...
 
BOOLEAN ftp.term ()
 Finalize the FTP module. More...
 
BOOLEAN ftp.state ()
 Allows you to know the status of the FTP module. More...
 

Detailed Description

Management of the FTP functions, File Net Server.

Function Documentation

BOOLEAN ftp.init ( )

Initializes the module FTP.

Returns
true if success, false otherwise.
BOOLEAN ftp.term ( )

Finalize the FTP module.

Returns
true if success, false otherwise.
BOOLEAN ftp.state ( )

Allows you to know the status of the FTP module.

Returns
true/false depending on whether this started or not.