Re: FTP Server for Windows CE 5.0



Try to set ftp in passive or active mode to see what happens (in
Windows XP) This can be done in Advanced tab of Internet Options on the
control Panel.

Also, Try with another ftp client, such as Filezilla or CuteFTP, i
worked with both of them and it went well.

Marcelovk


zumzuru escreveu:

Ok, I can log in (I've used NTLMSetUserInfo function to create username and
password).
Now I have another problem. When I try to upload a file to the WinCE Ftp
server (or just type dir) from the default wixp ftp client, the following
sentences appear:

"230 User logged in, proceed.
ftp> dir
200 Command okay.
150 File status okay; about to open data connection."

And then nothing else happens!

What do you think the problem is?
Thanks.


"voidcoder" wrote:

Please try also

http:\\Actual_Device_IP_Address\remoteadmin

Are you using proxy? Make sure you don't use HTTP proxy
for the local addresses.

Btw you can set password by hand using NTLMSetUserInfo
routine. A small 5-min helper app will solve your problems.

BOOL NTLMSetUserInfo(LPTSTR pszUser, LPTSTR pszPassword)




"zumzuru" <zumzuru@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4437652C-BE22-4EF9-B7B3-216B05BDAD17@xxxxxxxxxxxxxxxx
No, the page cannot be displayed.
I've read there is no way to setup pw at runtime but I thought a default
one
was provided.

"Voidcoder" wrote:

Please re-read my post. You don't have a way
to specify the password at build time, and
I think there is no "default" password available.

Try the following. Open your web browser
and type in the address bar:

http:\\Actual_Device_IP_Address\

Does it show something?

"zumzuru" <zumzuru@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D188977B-2237-4E2F-9ACA-40626FE10C33@xxxxxxxxxxxxxxxx
What is the default password?
I have succesfully connected to the WinCE ftp server with the user
specified
in the UserList registry key but I don't know the password. I've tried
to
enter nothing, "password", "null", "default", an email address, the
same
string as the username but I can't enter.
Can anyone help?
Thanks


.



Relevant Pages

  • Re: Another Secure FTP thread -- Protection Levels
    ... The obstacle I'm dealing with is connecting to a secure FTP server ... set ftp autoencryption off ... set ftp command-protection-level clear ... ftp command-protection-level: safe ...
    (comp.protocols.kermit.misc)
  • Re: Using FTP Download in VBA Code
    ... Set FTP = New Inet ... The web dudes gave me the wrong FTP address. ... >> Dim strTempFile As String ...
    (microsoft.public.word.vba.customization)
  • RE: 550 operation not permitted
    ... I have set FTP to anonymous but i can't move it and delete, now how shold i solve this problem. ...
    (freebsd-questions)
  • Another Secure FTP thread -- Protection Levels
    ... Read through the other FTP thread -- very helpful. ... The obstacle I'm dealing with is connecting to a secure FTP server ... I'm behind a Linksys router which for some reason ... set ftp autoencryption off ...
    (comp.protocols.kermit.misc)
  • Re: FTP Client via http proxy over SSL?
    ... The latest version of Xceed FTP for .NET supports SSL and HTTP proxy. ... I considered two libraries: ...
    (microsoft.public.dotnet.languages.csharp)