Re: FTP Server for Windows CE 5.0
- From: "Voidcoder" <voidcoder@xxxxxxxxx>
- Date: Fri, 10 Feb 2006 12:28:26 -0800
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.
"Stefano Magni" <StefanoMagni@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:211361D5-8809-4667-B069-2810EE3A45E2@xxxxxxxxxxxxxxxx
Thanks !
IF i want that upload and download only one use from and to my FTP server
folder, exist an option where I specify User And password ?
"Voidcoder" wrote:
No, you don't need to re-sysgen when
just changing regsitry. It is enough to
"Make Run-Time Image".
"Stefano Magni" <StefanoMagni@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BD194C15-D384-4C60-B589-DD071A33DBBC@xxxxxxxxxxxxxxxx
OK, thanks for your answer !
In this way, is it possible download and upload from an to my ftp folder ?
Excuse me, an important question !!! : every times that I modify
project.reg, is necessary recal "sysgen" funtion .. or exist an build in less
time !!???
"Voidcoder" wrote:
Try the following config first:
[HKEY_LOCAL_MACHINE\COMM\FTPD]
"DefaultDir"="\\"
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
"AllowAnonymous"=dword:1
"AllowAnonymousUpload"=dword:1
"AllowAnonymousVroots"=dword:1
This will give you anonymous access
to the whole filesystem. !BUT! note
FTP server can not handle properly
spaces inside the FTP path.
"Stefano Magni" <StefanoMagni@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2E66F107-919A-415F-A4F2-075474F43F2A@xxxxxxxxxxxxxxxx
Thanks I've installed FTP server on my WinCE device.
The problem now is that I try to connect to this ftp server from another PC
in the same lan, the connection failed "Connessione chiusa dall'host remoto".
I've configured my project.reg in this way:
[HKEY_LOCAL_MACHINE\Comm\FTPD\VROOTS\/Hard Disk/Ftproot/Log]
@="\\Hard Disk\\Log"
where log is an existing folder on my compact flash.
[HKEY_LOCAL_MACHINE\Comm\FTPD]
"AllowAnonymousVroots"=dword:1
Which is the problem ?
Thanks
Stefano Magni
"Valter Minute" wrote:
"=?Utf-8?B?U3RlZmFubyBNYWduaQ==?="
<StefanoMagni@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in news:0E627D2B-01BC-
4DEA-8863-DAA8B68F24F4@xxxxxxxxxxxxx:
Hi all,
Is it possible to know if exist an FTP Server for Windows CE 5.0 ?
Thanks for your answer
Stefano
The FTP server is a component of CE 5.0 and you can add it to your
platform simply dragging it from the catalog (it's under "Core OS
\Windows CE devices\Communication Services and Networking\Servers").
--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non e valido)
.
- 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
- Prev by Date: Re: FTP Server for Windows CE 5.0
- Next by Date: Re: FTP Server for Windows CE 5.0
- Previous by thread: Re: FTP Server for Windows CE 5.0
- Next by thread: Re: FTP Server for Windows CE 5.0
- Index(es):
Relevant Pages
|