Re: FTP Server for Windows CE 5.0
- From: "voidcoder" <voidcoder@xxxxxxxxx>
- Date: Tue, 14 Feb 2006 20:24:04 +0100
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.
.
- Follow-Ups:
- Re: FTP Server for Windows CE 5.0
- From: zumzuru
- Re: FTP Server for Windows CE 5.0
- References:
- Re: FTP Server for Windows CE 5.0
- From: Valter Minute
- Re: FTP Server for Windows CE 5.0
- From: Voidcoder
- Re: FTP Server for Windows CE 5.0
- From: Stefano Magni
- Re: FTP Server for Windows CE 5.0
- From: Voidcoder
- Re: FTP Server for Windows CE 5.0
- From: Stefano Magni
- Re: FTP Server for Windows CE 5.0
- From: Voidcoder
- Re: FTP Server for Windows CE 5.0
- From: Voidcoder
- Re: FTP Server for Windows CE 5.0
- Prev by Date: Re: Windows 98 and CE 5.0
- Next by Date: Re: Unable to load stream interface driver
- Previous by thread: Re: FTP Server for Windows CE 5.0
- Next by thread: Re: FTP Server for Windows CE 5.0
- Index(es):
Loading