Re: configuring FTP Server in wince device.



It's all in the registry settings - the MSDN page covers it.

-Chris


"kracks" <kirthikaiitm@xxxxxxxxx> wrote in message
news:58a0de1d-ec94-4d32-a0bb-d029af4d8c5c@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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...@xxxxxxxxx> wrote in message

news:ec1335df-410b-466a-8d65-d59045597a61@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx



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



.



Relevant Pages

  • RE: What I would like the MS IIS Lockdown tool todo
    ... I would like to be able to run it from the command line. ... registry settings have been changed, and what metabase settings have been ... I was really hoping that this tool would allow me to remove unneed script ... script mappings using something like ...
    (Focus-Microsoft)
  • Re: MSFlexGrid - column widths
    ... Thomas Bernacki wrote: ... I did in fact go to the MSDN page first... ... Matlab though when I run that command it tells me: ...
    (comp.soft-sys.matlab)
  • Re: Command line compilation of visual studio project files.
    ... Microsoft support line - MSDN has nothing to do with it. ... As far as I know Microsoft is obliged to answer in 3 days to MSDN ... /rebuild and /clean command line parameters to devenv. ... Search for devenv in the VS help index and you'll see an entry discussing ...
    (microsoft.public.vstudio.development)
  • Re: Is it possible to enable volume shadow copy with vssadmin ?
    ... i wounder if it's possible to only enable volume shadow copy, ... command line? ... that if you figure out the Registry settings you can do it from a script ... If you don't know the settings needed, use a RegWatch type utility to ...
    (microsoft.public.windows.server.general)
  • Re: C portability is a myth
    ... and returns after the command has been completed. ... the exit code of the command will ... ANSI C, POSIX.2, BSD 4.3 ... Neither MSDN nor man pages define C. ...
    (comp.lang.c)

Loading