WINCE中设置FTP用户密码
摘要:WINCE中设置FTP用户密码 WINCE中启用FTP,添加FTP组件,在注册表Platform.reg 里面加入以下内容 [HKEY_LOCAL_MACHINE\Comm\FTPD] "IsEnabled"=dword:1 '启用FTP "UseAuthentication"=dword:1 "AllowAnonymous"=dword:1 '允许匿名访问 "AllowAnonymous...
阅读全文
posted @ 2009-02-05 17:32