Android Question I have a problem with a program connection B4A-Bridge >> File Explorer

alfaiz678

Active Member
Licensed User
Sorry
Most questions

I have a problem with a program connection
B4A-Bridge >> File Explorer

As in the picture 1
This problem appears
As in the picture 2
Translation by English

ARROR OCCURRED DURING an FTP Server. Make Sure That You Have Permission To Access this folder.
 

Attachments

  • 1.jpg
    1.jpg
    64.1 KB · Views: 176
  • 2.jpg
    2.jpg
    28 KB · Views: 175

alfaiz678

Active Member
Licensed User
B4X:
Logger connected to:  LT LT P10I
--------- beginning of main
Copying updated assets files (1)
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
false
true
client: AUTH TLS
client: AUTH SSL
client: USER 1
client: PASS 1
User logged in: 1
client: SYST
client: FEAT
client: OPTS UTF8 ON
client: CWD /Shear
client: PWD
client: TYPE I
client: PASV
client: PORT 192,168,1,4,237,213
 
Upvote 0

alfaiz678

Active Member
Licensed User
Only you can debug the server. You need to find out where it fail. I assume that you haven't changed targetSdkVersion. If you did then it is expected to fail as some modifications are needed.

Do not change something as 28

B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)
 
Upvote 0
Top