...
Code Block |
---|
\Micrium \Software \uC-FTPc \Cfg \Template ftp-c_cfg.c <-Cfg ftp-c_cfg.h <-Cfg \Source ftp-c.c ftp-c.h ftp-c_type.h |
\Micrium\Software\uC-FTPc
...
\Micrium\Software\uC-FTPc\Cfg\Template
This directory contains a the template files of µC/FTPc configuration.
...
This directory contains the µC/FTPc source code. This protocol is implemented in two OS independent files:
ftp-c.c
ftp-c.hftp-c_type.h
Note that the ‘-c
’ after ‘ftp
’ stands for client and thus contains ‘client’ side code.
...