- This example show how to initialize µC/FTPs:
- Start the FTP server's instance.
- Start the FTP server's instance.
- This example assumes the presence of µC/TCP-IP and µC/FS. It is assume also that all prerequisite modules have been initialized before starting to initialize µC/HTTPs and any web server instance.
Listing 3-1 is shown to demonstrate the µC/FTPs module capabilities in standard mode. That code simply initializes µC/TCP-IP, µC/FS, and µC/FTPs in standard mode.
...
Listing 3-1 Example code in standard mode
L3-1(1) Initialize the µC/TCP-IP protocol suite.
...
L3-1(3) Initialize the µC/FTPs module with secure mode disabled. The module is then ready to accept standard requests from clients.
...