All Projects → jonghough → AndroidSSH

jonghough / AndroidSSH

Licence: other
Simple SSH and SFTP client for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AndroidSSH

Ssh Mitm
ssh mitm server for security audits supporting public key authentication, session hijacking and file manipulation
Stars: ✭ 335 (+252.63%)
Mutual labels:  sftp, scp
Winscp
WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also Amazon S3, FTPS, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly.
Stars: ✭ 794 (+735.79%)
Mutual labels:  sftp, scp
Cowrie
Cowrie SSH/Telnet Honeypot https://cowrie.readthedocs.io
Stars: ✭ 3,810 (+3910.53%)
Mutual labels:  sftp, scp
ssh2.nim
Async SSH, SCP and SFTP client for Nim, using libssh2 wrapper [WIP]
Stars: ✭ 17 (-82.11%)
Mutual labels:  sftp, scp
Sshj
ssh, scp and sftp for java
Stars: ✭ 2,016 (+2022.11%)
Mutual labels:  sftp, scp
Proftpd
ProFTPD source code
Stars: ✭ 318 (+234.74%)
Mutual labels:  sftp, scp
Libssh2
the SSH library
Stars: ✭ 743 (+682.11%)
Mutual labels:  sftp, scp
Sync
syncs your local folder with remote folder using scp
Stars: ✭ 293 (+208.42%)
Mutual labels:  sftp, scp
Wolfssh
wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
Stars: ✭ 142 (+49.47%)
Mutual labels:  sftp, scp
S3 Sftp Proxy
An AWS S3 gateway proxying SFTP connections.
Stars: ✭ 112 (+17.89%)
Mutual labels:  sftp, scp
Curl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features
Stars: ✭ 22,875 (+23978.95%)
Mutual labels:  sftp, scp
termscp
🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3
Stars: ✭ 707 (+644.21%)
Mutual labels:  sftp, scp
Lssh
List selection type alternative ssh/scp/sftp client. Pure Go.
Stars: ✭ 110 (+15.79%)
Mutual labels:  sftp, scp
Sftpgo
Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob
Stars: ✭ 3,534 (+3620%)
Mutual labels:  sftp, scp
Ssh-Pascal
Delphi ssh library wrapping libssh2
Stars: ✭ 42 (-55.79%)
Mutual labels:  sftp, scp
synchly
Automate database backups with customizable recurring schedules.
Stars: ✭ 27 (-71.58%)
Mutual labels:  sftp
grafana-csv-plugin
CSV datasource for Grafana 6.x.x / 7.x.x
Stars: ✭ 33 (-65.26%)
Mutual labels:  sftp
ssgo
A SSH-based command line tool for operating remote hosts.
Stars: ✭ 32 (-66.32%)
Mutual labels:  sftp
Transferetto
Small PowerShell module with FTPS/SFTP functionality
Stars: ✭ 33 (-65.26%)
Mutual labels:  sftp
simple http server
simple http server for upload and download
Stars: ✭ 101 (+6.32%)
Mutual labels:  scp

Build Status

AndroidSSH - SSH from Android devices

This is a simple SSH client implementation for Android, using the JSch library. Functionality includes:

Functionality to be included:

  • SSH shell-like
  • SFTP file upload / download
  • Execute remote commands

How to use

  • clone repository
  • gradle assembleDebug (or make a release build if you want)
  • install on your device
  • SSH into your server (you need your SSH server's ip address or URL, port nnumber (probably 22) , and your username and password.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].