2 examples for sftp

{{ score }}
  # your_comment_here
sftp -P 192.168.86.156
        
{{ score }}
  # 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