Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2.00.00

...

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

ftp-c_type.h

Note that the ‘-c’ after ‘ftp’ stands for client and thus contains ‘client’ side code.

...