QFTP connection refused problem in WEC7

Hi

I tried FTP transfer from WEC7(Windows Embedded Compact 7) to another windows 7.I am getting the connection refused error.
Could you please help me to resolve this.
what are the reasons one person can get connection refused while trying to connect through QFTP.

Tool : Qt 4.8

Thank you,

There are a few possibilities that spring to mind:-

  • Is the target server offering FTP?
    If you can get to a command prompt and run netstat -na and look for an entry LISTENING on port 21. You may need to enable this in the services menu, or even install it if there isn't an FTP server present.
  • Is there a firewall block?
    Try something like pingport or nmap or (dare I say even) telnet pointing to port 21.

These are my usual first targets. Do they help?

Kind regards,
Robin

Thanks Robin.
I tried to check using console->Tools.But there is no services are shown up.
could you help me on this.

Not really my field, but would one of these help?

Kind regards,
Robin

Thank you.

I am using windows embedded compact 7 os and currently i put in in hold.I tried your things.But unable to setup FTP server in WEC7