Re: FTP Server for Windows CE 5.0



Please re-read my post. You don't have a way
to specify the password at build time, and
I think there is no "default" password available.

Try the following. Open your web browser
and type in the address bar:

http:\\Actual_Device_IP_Address\

Does it show something?

"zumzuru" <zumzuru@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D188977B-2237-4E2F-9ACA-40626FE10C33@xxxxxxxxxxxxxxxx
What is the default password?
I have succesfully connected to the WinCE ftp server with the user specified
in the UserList registry key but I don't know the password. I've tried to
enter nothing, "password", "null", "default", an email address, the same
string as the username but I can't enter.
Can anyone help?
Thanks

"Voidcoder" wrote:

User list can be defined here

[HKEY_LOCAL_MACHINE\COMM\FTPD]
UserList="SomeUser1;SomeUser2;etc"

However there is no way to setup passwords
at build time. You can do it at runtime using
NTLMxxxxx API functions. It was an application
somewhere in the WINCE samples showing
how to setup an account. Somethig like
Remote Network Administrator if I remember
it correctly. Look through the samples.






.