see also:
<!-- m --><a class="postlink" href="http://blogs.msdn.com/mikehall/archive/2006/02/28/540912.aspx">http://blogs.msdn.com/mikehall/archive/ ... 40912.aspx</a><!-- m -->
see also:
<!-- m --><a class="postlink" href="http://blogs.msdn.com/mikehall/archive/2006/02/28/540912.aspx">http://blogs.msdn.com/mikehall/archive/ ... 40912.aspx</a><!-- m -->
Google for TCPMP. This is a free video player for Windows CE.
In principle it is free software so you should get the source code to adopt it to your needs.
Now it works !!!!
My settings are now:
reg open \Services
reg create key FTPD
reg set value Prefix string FTP
reg set value Dll string FTPD.DLL
reg set value FriendlyName string FTP
reg set value Index dword 0
reg set value Order dword 9
reg set value Keep dword 1
reg save
reg open \Comm
reg create key FTPD
reg set value IsEnabled DWORD 1
reg set value UseAuthentication DWORD 0
reg set value AllowAnonymous DWORD 1
reg set value AllowAnonymousUpload DWORD 1
reg set value DefaultDir string "\storage card"
reg set value DLL string FTPD.DLL
reg set value LogEnabled DWORD 1
reg set value Keep DWORD 1
reg save
This means that ftpd is started as service. This has an additional advantage: ftpd can now be stopped by the command
services stop ftp0:
You can then modify the registry and start the ftpd again with
services start ftp0:
and the modified registry settings are used !
1. I tried exactly your settings and it did not work again. The connection was refused (as if ftp server hadn't started).
2. I tried "\hard disk" (usb memory stick) and it did work (I did not expect this !!)
3. I tried a different board (but NetDCU6 as the other) and it did work witout problems. The kernel on this board however is NK6C1-050117.bin. ftpd.dll is the same.
I am sorry but it does not work and it is not a matter of spelling.
I use NetDCU6 with kernel NK6IE1-050808.bin, the file length of ftpd.dll is 62464 Bytes.
As I noticed, changing of defaultDir takes effect only after reset. Maybe the problem is caused by a wrong sequence: ftpd is started before pcmcia card is detected ???
When I set Comm/ftpd/DefaultDir to \Storage Card (i.e compact flash in pcmcia slot) connections to the ftp server are not possible ("Connection failed - connection refused").
- I can access \Storage Card from the command line
- ftp works when default dir is set to \ffsdisk
Any ideas ?
Where can I find memcfg.exe ? (NETDCU 6, bought in Dec 2004)