WinCEGeräteSE_Handbuch_Programmierung_v3.00_EN
57 / 65
6.4.1.3 Setting the root directory and other parameters
The root directory is defined in the registry under HKEY_LOCAL_MACHINE\Comm\FTPD, key name
DefaultDir. The default is "\" (root directory).
You can also set whether users with anonymous login are assigned with write-only authorisation (set
AllowAnonymousUpload option to 1, default is 0).
Anonymous logins are configured with 1 in the AllowAnonymous option (default: 0).
The server service is disabled on the next reboot with the IsEnabled option set to 0 (default: 1).
6.4.1.4 Software update with CE proprietary FTP servers
Any FTP client can be used to transfer files or update to Windows CE devices. Examples under Windows
include the integrated FTP client of the Total Commanders or FileZilla.
With the help of FTP script files for batch-compatible FTP clients, files can be automatically transferred from
and to Windows CE devices.
Example of a user-defined script batch for the Windows ftp.exe
Call file FTPUpdate.bat
@echo off
ftp -v -i -s:FTPUpdate.txt %1
exit