1.在组件中加入FTP服务
2.在工程下project.reg
加入如下注册信息
[HKEY_LOCAL_MACHINE/Services/FTPD]
"FriendlyName"="FTP"
"Dll"="FTPD.Dll"
"Order"=dword:9
"Keep"=dword:1
"Prefix"="FTP"
"Index"=dword:0
[HKEY_LOCAL_MACHINE/COMM/FTPD]
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
"UserList"="add;semicolon;separated;list;of;users;here"
"AllowAnonymous"=dword:1
"AllowAnonymousUpload"=dword:1
"AllowAnonymousVroots"=dword:1
"DefaultDir"="[url=file:////Temp//]//Temp//[/url]"
; Idle time (in seconds) after which the connection is automatically closed. Default = 5 mins
"IdleTimeout"=dword:12c
;To control logging
"DebugOutputChannels"=dword:2
"DebugOutputMask"=dword:17
"BaseDir"="[url=file:////Windows]//Windows[/url]"
"LogSize"=dword:1000
; @CESYSGEN ENDIF SERVERS_MODULES_FTPD
make image 生成NK.BIN文件 烧入板子
3.在命令提示下输入services list 查看启动的服务
NTP0:0X00000000 Timesvc.dll 运行
FTP0:0X00000000 FTPD.DLL 关闭
4.services start FTP0: 启动FTP服务
5.在命令提示下输入services list 查看启动的服务
NTP0:0X00000000 Timesvc.dll 运行
FTP0:0X00000000 FTPD.DLL 运行
6.在局域内其他机器IE中输入ftp://192.168.1.109 这样网络都OK情况下就登入开发板了
2.在工程下project.reg
加入如下注册信息
[HKEY_LOCAL_MACHINE/Services/FTPD]
"FriendlyName"="FTP"
"Dll"="FTPD.Dll"
"Order"=dword:9
"Keep"=dword:1
"Prefix"="FTP"
"Index"=dword:0
[HKEY_LOCAL_MACHINE/COMM/FTPD]
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
"UserList"="add;semicolon;separated;list;of;users;here"
"AllowAnonymous"=dword:1
"AllowAnonymousUpload"=dword:1
"AllowAnonymousVroots"=dword:1
"DefaultDir"="[url=file:////Temp//]//Temp//[/url]"
; Idle time (in seconds) after which the connection is automatically closed. Default = 5 mins
"IdleTimeout"=dword:12c
;To control logging
"DebugOutputChannels"=dword:2
"DebugOutputMask"=dword:17
"BaseDir"="[url=file:////Windows]//Windows[/url]"
"LogSize"=dword:1000
; @CESYSGEN ENDIF SERVERS_MODULES_FTPD
make image 生成NK.BIN文件 烧入板子
3.在命令提示下输入services list 查看启动的服务
NTP0:0X00000000 Timesvc.dll 运行
FTP0:0X00000000 FTPD.DLL 关闭
4.services start FTP0: 启动FTP服务
5.在命令提示下输入services list 查看启动的服务
NTP0:0X00000000 Timesvc.dll 运行
FTP0:0X00000000 FTPD.DLL 运行
6.在局域内其他机器IE中输入ftp://192.168.1.109 这样网络都OK情况下就登入开发板了
