Just p.m @vknow360
Does that work with Android 12, where I have the impression that file access on the phone itself is more difficult. I am reading this thread here: Reading Files from Internal Storage
Files stored in ASD are always accessible to your app, but I am not sure about files stored in primary external (Phone Memory) storage.
Shared media files are accessible till Android 11, but probably Google has limited this in Android 12.
Is it working on android 13?
Yes, it is.
Only file uploading/downloading feature is bounded to Android version.
As of Android 11 and above versions you don't have access to complete storage. For more information please read this.
If I purchase the extension today, how soon will it be available for download? Do you have the extension for testing?
Within 5 minutes, if you pm me your email address.
Have a problem with reading console, cant get any response back, like i use cd /adm and then ls, and i don't get back anything, i need to use custom comands on server that i m connecting to and i also get back error massage: bash: : comand not found
When if i connect throu putty for example i can normally use that command
Can anyone help?
Unless @vknow360 knows different, this extension is an sftp client, it does not provide access to run commands in bash.
You could also use a ssh extension for that.[/s]
If it is your server, you could also set up bash scripts to be called by php. been a while since I did it, but could find an example if needed.
Show your blocks.
It does actually. This feature was added in v1.1
I stand corrected
Got code here, it gets login from first screen then connects with that username and password
When it connects it does change directory (i got bash no command) i thouth that it was becouse it wasn't in proper folder, didnt help
Then i tried to use custom command pon.customer_report 3954
in Putty throu that command i get
(red boxes for blocking sesitive data)
Tried, it didn't do sh*** it worked, at least that what debugging text said, but didn,t got response and couldn't read any data (same problem as here)
Just tested sftpClient extn against my linux server, no issues with connection or response, running a variety of bash commands.
What is this pon.customer_report 3954
?
pon.customer_report is custom command to check status of FTTH ONU of a customer in fiber network, it uses php to get data as shown on second screen.
Do you use mit ai companion or compile your program?
command ? bash script ?
Try ./
in front ?
I tested with companion.
yes, bash script
tried ./ before, shows that there are no such file or directory
but when i connect with putty this things are there
don't know how you did it, did exacly like you, still nothing just blank label
don't know if i m doing something wrong, is something wrong with server or what
Simplify, as in my example, no other blocks other than run command and set output to label, none of your changing directories around?