Jhonn
Member
This errors occurs when app runs any times, no all times.
Logs:
B4X:
Sub FTP_ListCompleted (ServerPath As String, Success As Boolean, Folders() As FTPEntry, Files() As FTPEntry)
If Success == False Then
Log( "FTP List Error: " & LastException) 'Error Here
Return
End If
Logs:
- FTP List Error: (ErrnoException) android.system.ErrnoException: sendto failed: EPIPE (Broken pipe)
- FTP List Error: (ErrnoException) android.system.ErrnoException: bind failed: EADDRNOTAVAIL (Cannot assign requested address)