Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coldgrub1384/pisth
SSH and SFTP client for iOS
https://github.com/coldgrub1384/pisth
ios sftp ssh swift
Last synced: about 4 hours ago
JSON representation
SSH and SFTP client for iOS
- Host: GitHub
- URL: https://github.com/coldgrub1384/pisth
- Owner: ColdGrub1384
- License: apache-2.0
- Created: 2017-12-25T14:23:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T06:40:19.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T16:30:58.888Z (7 days ago)
- Topics: ios, sftp, ssh, swift
- Language: Swift
- Homepage: https://develobile.com/pisth
- Size: 197 MB
- Stars: 413
- Watchers: 14
- Forks: 67
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Icon](https://raw.githubusercontent.com/ColdGrub1384/Pisth/master/Pisth/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60%402x.png)
# Pisth
[![Download on the App Store](https://pisth.github.io/appstorebadge.svg)](https://itunes.apple.com/us/app/pisth/id1331070425?ls=1&mt=8)
```
Pisth is an SSH and SFTP client.
Use Pisth to upload, view and edit files in your SSH server.Features:
• Manage files in your SSH server and use the Shell in the same app.
• Edit text files and code with colored syntax.
• The terminal is like xterm, so you can use text editors such as nano, vim, etc.
• SSH Keys
• Drag and drop.
• Send special keys.
• Open multiple panels in iPad.
• Find your connections with Spotlight.
• Share shell session between other devices using Pisth or your Mac.
• Transfer files between servers.
• Find servers with Bonjour.
```![status](https://img.shields.io/badge/status-stable-green.svg)
![iOS](https://img.shields.io/badge/iOS-10.0%2B-green.svg)## Screenshots
![Screenshots](https://pisth.github.io/ios/screenshots.png)# API
[![Documentation](https://pisth.github.io/docs/badge.svg)](https://pisth.github.io/docs)
Pisth has an API that allows iOS apps to import files from Pisth.
More information at https://pisth.github.io/docs/getting-started.html.
# Project hierarchy
- [Pisth Shared/](Pisth%20Shared/): Shared sources between targets.
- [Pisth Terminal/](Pisth%20Terminal/): HTML page for displaying the terminal.
- [Pisth/](Pisth): iOS Application.
- [Pisth Viewer/](Pisth%20Viewer/): Pisth Viewer macOS Application.
- [Pisth API/](Pisth%20API/): API for iOS.
- [Pisth APT/](Pisth%20APT/): iOS Aptitude package manager.# Building project
`$ ./setup.sh`
Then build any scheme you want from `Pisth.xcworkspace`.# Projects
- [Pisth/docs](https://github.com/Pisth/docs): Documentation for the API.
- [Pisth/Licenses](https://github.com/Pisth/Licenses): Open source licenses used in the project.