Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

configuring FTP Server in wince device.

1,095 views
Skip to first unread message

kracks

unread,
Dec 24, 2007, 10:47:13 AM12/24/07
to
Hi,
I have wince 5.0 in my target device and i added ftp server by
dragging the catalog item and i am sure that ftpd.dll is included in
release directory.
I configured in platform.reg as

[HKEY_LOCAL_MACHINE\Comm\FTPD]
"DefaultDir"="\\"
"IsEnabled"=dword:0
"UseAuthentication"=dword:0
"AllowAnonymous"=dword:1
"AllowAnonymousUpload"=dword:1
"AllowAnonymousVroots"=dword:1

I already have telnet and httpd webserver in my device.
Both are working
And if i test FTP by giving

ftp://<192.168.1.120>
Its saying FTP folder error.
Windows cannot access this folder.Make sure you types the file name
correctly and that you have permission to access the folder.
Details: The connection to the server was reset.

Please suggest me.i tried many times.
But i couldnt access.

Regards,
Kirthika

<ctacke/>

unread,
Dec 24, 2007, 12:07:00 PM12/24/07
to
Your registry entry "IsEnabled=dword:0" means you explicitly want it
disabled. That might have a bit to do with the issue.


From the command line on the device run the following:

services list

Does FTP show up (my guess is yes)? If so, is it started (my guess is no)?

then try

services start ftp0:

--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com


"kracks" <kirthi...@gmail.com> wrote in message
news:ec1335df-410b-466a...@e25g2000prg.googlegroups.com...

kracks

unread,
Dec 25, 2007, 5:30:49 AM12/25/07
to
On Dec 24, 10:07 pm, "<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote:
> Your registry entry "IsEnabled=dword:0" means you explicitly want it
> disabled.  That might have a bit to do with the issue.
>
> From the command line on thedevicerun the following:
>
> services list
>
> DoesFTPshow up (my guess is yes)?  If so, is it started (my guess is no)?

>
> then try
>
> services start ftp0:
>
> --
>
> Chris Tacke, eMVP
> Join the Embedded Developer Communityhttp://community.opennetcf.com
>
> "kracks" <kirthikai...@gmail.com> wrote in message

>
> news:ec1335df-410b-466a...@e25g2000prg.googlegroups.com...
>
>
>
> > Hi,
> > I havewince5.0 in my targetdeviceand i addedftpserverby
> > dragging the catalog item and i am sure that ftpd.dll is included in
> > release directory.
> > I configured in platform.reg as
>
> > [HKEY_LOCAL_MACHINE\Comm\FTPD]
> > "DefaultDir"="\\"
> > "IsEnabled"=dword:0
> > "UseAuthentication"=dword:0
> > "AllowAnonymous"=dword:1
> > "AllowAnonymousUpload"=dword:1
> > "AllowAnonymousVroots"=dword:1
>
> > I already have telnet and httpd webserver in mydevice.
> > Both are working
> > And if i testFTPby giving
>
> >ftp://<192.168.1.120>
> > Its sayingFTPfolder error.

> > Windows cannot access this folder.Make sure you types the file name
> > correctly and that you have permission to access the folder.
> > Details: The connection to theserverwas reset.

>
> > Please suggest me.i tried many times.
> > But i couldnt access.
>
> > Regards,
> > Kirthika- Hide quoted text -
>
> - Show quoted text -

Hi,
Thanks a lot. I changed liek this as you said

[HKEY_LOCAL_MACHINE\Comm\FTPD]
"DefaultDir"="\\"

"IsEnabled"=dword:1


"UseAuthentication"=dword:0
"AllowAnonymous"=dword:1
"AllowAnonymousUpload"=dword:1
"AllowAnonymousVroots"=dword:1

May i know how to set username and password for ftp server.

Regards,
Kirthika


<ctacke/>

unread,
Dec 25, 2007, 10:56:42 PM12/25/07
to
It's all in the registry settings - the MSDN page covers it.

-Chris


"kracks" <kirthi...@gmail.com> wrote in message

news:58a0de1d-ec94-4d32...@e25g2000prg.googlegroups.com...

0 new messages