Note that there are some explanatory texts on larger screens.

plurals
  1. PODevice emulator and FTP, inside a c# mobile application project
    primarykey
    data
    text
    <p>For my c# mobile application developed with visual studio 2008, i am trying to use the FTP. FTP works fine from the real device, but it does not work when i use the device emulator: the connection is successful, but it failed when attenpting to retrieve data. Both use windows mobile 5.</p> <p>Did some of you already had this problem ? When i googlised, it seems to be recurring but not yet solved.</p> <p>Here is the log displayed by the ftp server.</p> <p>(000001) 04/05/2009 09:50:59 - (not logged in) (127.0.0.1)> Connected, sending welcome message...</p> <p>(000001) 04/05/2009 09:50:59 - (not logged in) (127.0.0.1)> 220-FileZilla Server version 0.9.31 beta</p> <p>(000001) 04/05/2009 09:50:59 - (not logged in) (127.0.0.1)> 220 FTP server</p> <p>(000001) 04/05/2009 09:50:59 - (not logged in) (127.0.0.1)> USER aa</p> <p>(000001) 04/05/2009 09:50:59 - (not logged in) (127.0.0.1)> 331 Password required for aa</p> <p>(000001) 04/05/2009 09:51:00 - (not logged in) (127.0.0.1)> PASS **</p> <p>(000001) 04/05/2009 09:51:00 - aa (127.0.0.1)> 230 Logged on</p> <p>(000001) 04/05/2009 09:51:01 - aa (127.0.0.1)> SYST</p> <p>(000001) 04/05/2009 09:51:01 - aa (127.0.0.1)> 215 UNIX emulated by FileZilla</p> <p>(000001) 04/05/2009 09:51:01 - aa (127.0.0.1)> CWD /</p> <p>(000001) 04/05/2009 09:51:04 - aa (127.0.0.1)> PASV</p> <p>(000001) 04/05/2009 09:51:04 - aa (127.0.0.1)> 227 Entering Passive Mode (127,0,0,1,5,22)</p> <p>(000001) 04/05/2009 09:51:41 - aa (127.0.0.1)> disconnected.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload