All Projects → GDGVIT → ssh

GDGVIT / ssh

Licence: GPL-3.0 license
A file transfer application

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ssh

Pip Gui
A GUI based Python Package installer
Stars: ✭ 46 (+155.56%)
Mutual labels:  desktop-app, pyqt5
HealthApp
A desktop application to fetch Wikipedia,Google,Disease results and save them as text file,in database.Have a Section to search details about doctors in location
Stars: ✭ 23 (+27.78%)
Mutual labels:  desktop-app, pyqt5
JamTools
JamTools是一个跨平台的小工具集,包含了截屏、录屏、文字识别、各种格式转换、鼠标键盘动作录制播放、文件传输、聊天机器人等功能
Stars: ✭ 73 (+305.56%)
Mutual labels:  pyqt5, file-sharing
File-Sharing-Bot
Telegram Bot to store Posts and Documents and it can Access by Special Links.
Stars: ✭ 867 (+4716.67%)
Mutual labels:  file-sharing
IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Stars: ✭ 20 (+11.11%)
Mutual labels:  pyqt5
graderjs
💦 Turn your full-stack NodeJS application into a downloadable cross-platform binary. Also works for SPAs, or regular web-sites.
Stars: ✭ 147 (+716.67%)
Mutual labels:  desktop-app
essh
Extended ssh command
Stars: ✭ 42 (+133.33%)
Mutual labels:  ssh
onionshare-android
Android version of OnionShare (under development)
Stars: ✭ 31 (+72.22%)
Mutual labels:  file-sharing
joplin-note-tabs
Allows to open several notes at once in tabs and pin them.
Stars: ✭ 150 (+733.33%)
Mutual labels:  desktop-app
unicodemoticon
Trayicon with Unicode Emoticons using Python3 Qt5
Stars: ✭ 21 (+16.67%)
Mutual labels:  desktop-app
smartsilo
Hardware-integrated system composed by a desktop app and a Node.js server able to control an Arduino and manipulate the temperature of grains within storage silos
Stars: ✭ 33 (+83.33%)
Mutual labels:  desktop-app
filesharing
Files sharing application made in PHP
Stars: ✭ 52 (+188.89%)
Mutual labels:  file-sharing
pugdebug
Standalone xDebug client for PHP applications written in Python and Qt5, official fork.
Stars: ✭ 22 (+22.22%)
Mutual labels:  pyqt5
Google-DSC-Platform-Extension
Hello DSC Leads, Automate your process of adding attendees manually.
Stars: ✭ 16 (-11.11%)
Mutual labels:  pyqt5
trezor-ssh-agent
Trezor SSH Agent for Windows (Putty, WinSCP and more) + KeepKey supported!
Stars: ✭ 54 (+200%)
Mutual labels:  ssh
SCF4-SDK
Motorized zoom lens controller Kurokesu SCF4 module featuring STM32 controller and Onsemi LC898201 driver control software
Stars: ✭ 14 (-22.22%)
Mutual labels:  pyqt5
reverse-ssh
Statically-linked ssh server with reverse shell functionality for CTFs and such
Stars: ✭ 548 (+2944.44%)
Mutual labels:  ssh
transfer-sh
Node.js CLI tool for easy file sharing using Transfer.sh
Stars: ✭ 24 (+33.33%)
Mutual labels:  file-sharing
syncdir
Automatically discover peers and synchronize a folder
Stars: ✭ 30 (+66.67%)
Mutual labels:  file-sharing
vue-flexible-link
Tiny Vue component for Electron to open links in a browser. Ideal for cross environment apps (Web & Native)
Stars: ✭ 22 (+22.22%)
Mutual labels:  desktop-app

Shareinator

Shareinator is a tool to easily transfer files over a network using ssh.

It uses openssh-server and rsync. It currently requires root privileges

Installation

$ pip3 install shareinator

Usage

$ sudo -E ~/.local/bin/shareinator - This opens a GUI for shareinator. Click on Receive to receive a file or Send to send one.

You can also use CLI to send or receive files.

$ sudo -E ~/.local/bin/shareinator -r - This is used to receive a file. It will ask for confirmation when someone tries to send a file.

$ sudo -E ~/.local/bin/shareinator -s -f FILEPATH - To send a file. First it scans the network and gives a list of hostnames with their IP addresses. You have few options here.

Options:

  • list - Lists out all the online hosts
  • select NUMBER - Select the host to which the file is to transferred
  • refresh - Scan again for hosts
  • quit - Exit the program

Development Setup

git clone https://github.com/GDGVIT/ssh.git
cd ssh
./setup.sh
source venv/bin/activate
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].