I have tried SSHjuice and Termius and neither of these have the scp features ( I couldn't find it in the free/trial version ). So can anybody tell me is there any SSH client (free version) for Android that have scp (secure copy ) or sftp features. I couldn't find it in Google. thanks .
Asked
Active
Viewed 2.1k times
6
-
1Install openssh on Termux – Irfan Latif Mar 28 '19 at 11:17
-
Related: How to run SSH/SFTP server for multiple user logins with password authentication. – Irfan Latif Apr 06 '19 at 08:49
1 Answers
5
For ssh and scp, use Termux. It's a full-feature Linux-type terminal for Android. Use it like a normal Linux terminal.
Sftp, scp, and ssh are all included in the OpenSSH package.
It's also free and open-source
Download Termux.
apt update && apt upgrade
To install OpenSSH run
pkg install openssh

Smart Manoj
- 183
- 1
- 12

unixandria
- 361
- 3
- 13
-
thanks for the suggestion. Is it possible to install the SSH server as well in termux ? – Just Khaithang Mar 29 '19 at 13:53
-
-
I just installed tmux and SSH client and I want to copy a file to my android from my Linux server. what would be the command for that ? – Just Khaithang Mar 29 '19 at 14:20
-
-
in tmux my home directory is
/data/data/com.termux/files/home
. So do I have specify this path for the target destination? that's what I wanted to know. – Just Khaithang Mar 29 '19 at 15:13 -
@JustKhaithang if termux has storage permission just push to /sdcard – unixandria Jun 25 '19 at 02:16