T
Termux8mo ago
Fedelisk

Copy a folder from termux to desktop

I currently have termux on my android device, how do I copy a folder of an app running in termux from my phone to my laptop? Thanks
Solution:
rsync, scp etc.
Jump to solution
5 Replies
Solution
Biswa96
Biswa968mo ago
rsync, scp etc.
komo
komo8mo ago
adb pull
Mlwls
Mlwls8mo ago
send it via bluetooth
Biswa96
Biswa968mo ago
adb can not access app specific data, in this case termux. but adb root can.
Fedelisk
FedeliskOP8mo ago
i see thanks

Did you find this page helpful?