All Projects → rootrl → Mancy

rootrl / Mancy

Mancy is a file watcher which supported to auto upload the changes to remote server via ssh/sftp.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Mancy

Ssh Mitm
ssh mitm server for security audits supporting public key authentication, session hijacking and file manipulation
Stars: ✭ 335 (+1055.17%)
Mutual labels:  sftp
Aria2
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Stars: ✭ 25,001 (+86110.34%)
Mutual labels:  sftp
Libssh2
the SSH library
Stars: ✭ 743 (+2462.07%)
Mutual labels:  sftp
Cowrie
Cowrie SSH/Telnet Honeypot https://cowrie.readthedocs.io
Stars: ✭ 3,810 (+13037.93%)
Mutual labels:  sftp
Phpseclib
PHP Secure Communications Library
Stars: ✭ 4,627 (+15855.17%)
Mutual labels:  sftp
Mgob
MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
Stars: ✭ 573 (+1875.86%)
Mutual labels:  sftp
Alfred Ssh
Open SSH/SFTP/mosh connections from Alfred 3+
Stars: ✭ 301 (+937.93%)
Mutual labels:  sftp
Cloudconnect
Cloud aware client to connect ssh, sftp and rdp
Stars: ✭ 25 (-13.79%)
Mutual labels:  sftp
Raidrive.translation
RaiDrive Translation
Stars: ✭ 518 (+1686.21%)
Mutual labels:  sftp
Goph
🤘 The native golang ssh client to execute your commands over ssh connection. 🚀🚀
Stars: ✭ 734 (+2431.03%)
Mutual labels:  sftp
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 (+78779.31%)
Mutual labels:  sftp
Filestash
🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
Stars: ✭ 5,231 (+17937.93%)
Mutual labels:  sftp
Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+105213.79%)
Mutual labels:  sftp
Windterm
A quicker and better cross-platform SSH/Sftp/Shell/Telnet/Serial client.
Stars: ✭ 345 (+1089.66%)
Mutual labels:  sftp
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 (+2637.93%)
Mutual labels:  sftp
Proftpd
ProFTPD source code
Stars: ✭ 318 (+996.55%)
Mutual labels:  sftp
Remote Ftp
FTP/FTPS/SFTP client for Atom.io
Stars: ✭ 549 (+1793.1%)
Mutual labels:  sftp
Laravel Sftp
SFTP filesystem service provider for Laravel
Stars: ✭ 28 (-3.45%)
Mutual labels:  sftp
Sftp
Securely share your files
Stars: ✭ 897 (+2993.1%)
Mutual labels:  sftp
Duplicati
Store securely encrypted backups in the cloud!
Stars: ✭ 6,915 (+23744.83%)
Mutual labels:  sftp

Introduction

Mancy is a file watcher and supported to auto upload the changes to remote server via ssh/sftp.

I start this project for learning golang and solve some problem in our develop environment.

Usage

  1. go get github.com/rootrl/Mancy
  2. go build
  3. run "Mancy" or "Mancy.exe"(windows)

Todo

  • The variable "sftpClient" is used as a global variable, that's not cool, Maybe better to define a sftp struct and provides set of methods
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].