Re: How ro configure FTP username & password
From: Gabriel (ggrange_at_centralp.fr)
Date: 02/28/05
- Next message: Leif O: "Re: Locking a dll -- dont allow loading"
- Previous message: Jeo: "Re: Locking a dll -- dont allow loading"
- In reply to: Yannick Chamming's [eMVP]: "Re: How ro configure FTP username & password"
- Next in thread: Gabriel: "Re: How ro configure FTP username & password"
- Messages sorted by: [ date ] [ thread ]
Date: 28 Feb 2005 06:36:35 -0800
I don't know how to configure FTP login & user (it seem too hard to
make it easy with MicroSoft) but if I add theses lines into
project.reg definition, it is possible to connect ftp cession in
target.
My definitions are :
; ------- FTP MANAGEMENT -----
[HKEY_LOCAL_MACHINE\COMM\FTPD]
"IsEnabled"=dword:1
"AllowAnonymous"=dword:1
"AllowAnonymousVroots"=dword:1
"AllowAnonymousUpload"=dword:1
"UseAuthentication"=dword:0
"DefaultDir"="\\"
For telnet management (with no security) I add :
; ------- TELNET MANAGEMENT -----
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\TELNETD]
"Dll"="TELNETD.Dll"
"Order"=dword:9
"Keep"=dword:1
"Entry"="TelnetDInitialize"
[HKEY_LOCAL_MACHINE\Comm\TELNETD]
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
And I can connect target by FTP or TELNET tools.
Good luck
Gabriel GRANGE
"Yannick Chamming's [eMVP]" <ychammings_nospam@adeset.com> wrote in message news:<#Z1o5VWHFHA.2936@TK2MSFTNGP15.phx.gbl>...
> Are you sure you're using a CE application, not a win32 one ?
>
> --
> ----------------------------------------------------------------
> Yannick Chamming's (eMVP)
> ADENEO (ADESET)
> Windows Embedded Manager
> ychammings AT adeset DOT com>
> http://www.adeset.com
> Tél : +33 (0)4.72.18.57.77
> Fax : +33 (0)4.72.18.57.78
> ----------------------------------------------------------------
>
> "Aniruddh deshpande" <aniruddh.deshpande@gmail.com> wrote in message
> news:8f116df4.0502272018.182789d0@posting.google.com...
> > Hi all,
> > Please tell me how how to config FTP username & password. As now i
> > tried to do FTP in wince platform it gives me error "cannot execute
> > ftp.exe
> > Please tell me the solution
> >
> > Aniruddh
> > anidesh33@rediffmail.com
> > 91-22-55916470.
- Next message: Leif O: "Re: Locking a dll -- dont allow loading"
- Previous message: Jeo: "Re: Locking a dll -- dont allow loading"
- In reply to: Yannick Chamming's [eMVP]: "Re: How ro configure FTP username & password"
- Next in thread: Gabriel: "Re: How ro configure FTP username & password"
- Messages sorted by: [ date ] [ thread ]