https://github.com/mitchcapper/novasftp2
Local file monitor to SFTP or Docker utility for Windows
https://github.com/mitchcapper/novasftp2
Last synced: 9 months ago
JSON representation
Local file monitor to SFTP or Docker utility for Windows
- Host: GitHub
- URL: https://github.com/mitchcapper/novasftp2
- Owner: mitchcapper
- Created: 2016-06-26T03:25:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T19:57:29.000Z (over 3 years ago)
- Last Synced: 2025-03-10T01:47:42.319Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NovaSFTP2 WPF file change SFTP/Docker monitor for Windows
=================================
OVERVIEW
-----
NovaSFTP2 is Windows file change monitor that uploads to a remote SFTP server or docker container when it detects changes to local files.

Features
-----
- Monitor a local folder (or sub folders) for changes
- Supports windows jump lists
- Will ignore .svn, .git, .tmp, mrgtmp, and ~ files by default (can change the regex, and note the regex ignores spaces)
- Supports windows taskbar progress support (only SFTP servers currently get full progress, docker does not report upload progress)
- Can save defaults, or save as a profile
- SFTP Features:
- Paegent support for publickey auth (in addition to password)
- TCP Keep alive support
- Uses Renci.SshNet
- Docker Features:
- Certificate based authentication
- Basic HTTP authentication
- Anonymous Authentication
- Optional manual CA cert specification (otherwise uses computer's store)
- Can ignore TLS hostname mis-mismatches
- Option to use bzip2 compression (for files up to 5MB)
- Uses Docker.DotNet
Notes
-----
- Will not create remote folders if they don't exist
- To create a profile, set the settings as you like then hit save as to give it a name.