Android Question FTP problem

roberDipro

New Member
Licensed User
Longtime User
Buenas,

Tengo problemas con la librería Net (versión 1.52), en concreto cuando intento crear un archivo del tipo FTP.

Dim FTP1 as FTP

En cuanto mi aplicación pasa por esta línea del código se queda bloqueada y se cierra.

Si alguien me puede echar una mano se lo agradecería.
 

DonManfred

Expert
Licensed User
Longtime User
This is the english forum. Please write english here!
 
Upvote 0

roberDipro

New Member
Licensed User
Longtime User
Gracias por tu contestación agasca.

Lo que haces tú con el objeto FTP es lo mismo que hago yo, y no me funciona, se detiene la aplicación.

Que versión del Basic4android tienes? La mía es la 2.52.
 
Upvote 0

agasca

Member
Licensed User
Longtime User
using basic4android 3.20 with net library version 1.51.
note: some firewalls suggested ftp in passive mode.
my device is lg5 with android 4.0.3

:)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Tengo problemas con la librería Net (versión 1.52), en concreto cuando intento crear un archivo del tipo FTP.
Dim FTP1 as FTP
En cuanto mi aplicación pasa por esta línea del código se queda bloqueada y se cierra.
Si alguien me puede echar una mano se lo agradecería.

I have problems with the Seller Net (version 1.52), particularly when I try to create a file on the FTP type.
Dim FTP1 as FTP
As my application passes through this line of code is locked and closed.
If anyone can lend me a hand I'd appreciate it.

See FTP-Tutorial. If you look into B4As LOG-window you should get any error. Or even on compiling.
Note: Make sure you marked the NET-Library in the Libs-Tab (lower right corner)
 
Upvote 0
Top