Android Question Android FTPServer Error

djmainero

Member
Licensed User
Longtime User
Hi, i been using the FTPServer that Erel posted here: https://www.b4x.com/android/forum/t...ted-with-socket-and-asyncstreams.74320/page-2

And when i'm trying to copy files to the phone the log from B4A keeps returning "client: PASV" until an error shows "java.net.BindException: Address already in use"

In the FTP client app i get the following error:
"Command Unrecognised.Command unrecognized
500 Error: java.net.BindException: Address already in use"

The client is an app writted in Clarion, works great with filezilla server but not with this.
Also the filezilla client works ok with the B4A FTPServer

Thanks!
 

djmainero

Member
Licensed User
Longtime User
The client receive the code 227, but stays there in bucle until error
With the filezilla server works, after code 227 it start with the file transfer. With the Android server stays in bucle
 
Upvote 0
Top