Re: FTP Server for Windows CE 5.0



Please try also

http:\\Actual_Device_IP_Address\remoteadmin

Are you using proxy? Make sure you don't use HTTP proxy
for the local addresses.

Btw you can set password by hand using NTLMSetUserInfo
routine. A small 5-min helper app will solve your problems.

BOOL NTLMSetUserInfo(LPTSTR pszUser, LPTSTR pszPassword)




"zumzuru" <zumzuru@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4437652C-BE22-4EF9-B7B3-216B05BDAD17@xxxxxxxxxxxxxxxx
No, the page cannot be displayed.
I've read there is no way to setup pw at runtime but I thought a default
one
was provided.

"Voidcoder" wrote:

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.









.


Loading