Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. This example show how to initialize µC/FTPs:
    1. Start the FTP server's instance.

  2. 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.

...