FTP Server OS Design Development (Windows Embedded CE 6.0)

1/6/2010

The FTP Server implementation in Windows Embedded CE can copy files to and from remote computer systems over a network using TCP/IP. The source code is provided to you as is, so that you can customize the implementation for your specific requirements.

OS Design Information

The following table shows operating system design information for FTP Server.

Concept Description

Dependencies

Core Server Support (Services)

Hardware considerations

None

Modules and Components

The following table shows the components and modules that implement FTP Server.

Item Module Component

FTP Server

ftpd

None

FTP Server Implementation Considerations

The following table shows the Sysgen variable for FTP Server functionality.

Sysgen variable Description

SYSGEN_FTPD

When this variable is set, the FTP Server Catalog item is included in the OS design.

Application Development Topics

FTPServerApplicationDevelopment

FTPServerImplementation

AccessingtheFTPProtocol

CreatingVirtualFTPDirectories

AssigningUser-SpecificPermissions

FTPServerRegistrySettings

FTPServerSecurity

See Also

Other Resources

FTP Server
Servers