[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
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...
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
-Chris
"kracks" <kirthi...@gmail.com> wrote in message
news:58a0de1d-ec94-4d32...@e25g2000prg.googlegroups.com...