2 examples for sftp
# to connect to termux through ssh (termux default ssh port is 8022) # What is important is that "-P 8022" should be put before the ip addr sftp -P 8022 192.168.86.156
# to connect to termux through ssh (termux default ssh port is 8022) # What is important is that "-P 8022" should be put before the ip addr sftp -P 8022 192.168.86.156