Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid Why my FTP file transfer succeed when in USB debug mode with Eclipse and fail when standalone wifi?
    primarykey
    data
    text
    <p>I'm developing an application, and I need transfer files from/to FTP server using wifi. When debugging, connect with USB cable to Eclipse, the application works... but, when I in standalone mode, not using Eclipse IDE, the transfer not happens. The FTP server is local, and I can watch the connection being made... and stuck in file transfer</p> <pre><code> (000056)15/01/2013 16:42:20 - (not logged in) (192.168.1.113)&gt; Connected, sending welcome message... (000056)15/01/2013 16:42:20 - (not logged in) (192.168.1.113)&gt; 220-FileZilla Server version 0.9.41 beta (000056)15/01/2013 16:42:20 - (not logged in) (192.168.1.113)&gt; 220-written by Tim Kosse (Tim.Kosse@gmx.de) (000056)15/01/2013 16:42:20 - (not logged in) (192.168.1.113)&gt; 220 Please visit http://sourceforge.net/projects/filezilla/ (000056)15/01/2013 16:42:20 - (not logged in) (192.168.1.113)&gt; PASV (000056)15/01/2013 16:42:20 - (not logged in) (192.168.1.113)&gt; 530 Please log in with USER and PASS first. (000056)15/01/2013 16:42:20 - (not logged in) (192.168.1.113)&gt; USER th38939 (000056)15/01/2013 16:42:20 - (not logged in) (192.168.1.113)&gt; 331 Password required for th38939 (000056)15/01/2013 16:42:20 - (not logged in) (192.168.1.113)&gt; PASS *********** (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; 230 Logged on (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; TYPE I (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; 200 Type set to I (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; CWD /public_ftp/cobradores/cobrador_01/remessa/ (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; 250 CWD successful. "/public_ftp/cobradores/cobrador_01/remessa" is current directory. (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; PWD (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; 257 "/public_ftp/cobradores/cobrador_01/remessa" is current directory. (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; PORT 192,168,1,113,202,216 (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; 200 Port command successful (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; NLST (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; 150 Opening data channel for directory list. (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; 226 Transfer OK (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; PORT 192,168,1,113,133,181 (000056)15/01/2013 16:42:20 - th38939 (192.168.1.113)&gt; 200 Port command successful (000056)15/01/2013 16:42:21 - th38939 (192.168.1.113)&gt; RETR ARQUIVO_TESTE.REM (000056)15/01/2013 16:42:21 - th38939 (192.168.1.113)&gt; 150 Opening data channel for file transfer. (000056)15/01/2013 16:42:21 - th38939 (192.168.1.113)&gt; 226 Transfer OK (000056)15/01/2013 16:44:21 - th38939 (192.168.1.113)&gt; 421 Connection timed out. (000056)15/01/2013 16:44:21 - th38939 (192.168.1.113)&gt; disconnected. </code></pre> <p>Any clue ?</p>
    singulars
    1. This table or related slice is empty.
    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.
 

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