Sftp

Open-source projects categorized as Sftp

Top 23 Sftp Open-Source Projects

  • rclone

    "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files

  • Project mention: Supabase Storage: now supports the S3 protocol | dev.to | 2024-04-18

    rclone: a command-line program to manage files on cloud storage.

  • libcurl

    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, TFTP, WS and WSS. libcurl offers a myriad of powerful features

  • Project mention: Caching RESTful API requests with Heroku’s Redis Add-on | dev.to | 2024-04-17

    Then, in another terminal window, we use curl to hit the endpoint:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

  • Project mention: Bypass download limits? | /r/Piracy | 2023-12-09

    For sites with limited download speeds I usually use aria2 (via terminal) since it supports segmented/multi connection downloading. But I guess this wouldn't work with 1fichier, since with these sites you usually don't get direct link to the file and/or sites like these limit the number of parallel connections. I also used it for torrents for a while, but I wouldn't recommend doing this anymore.

  • WindTerm

    A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.

  • Project mention: WindTerm SSH Client has Ransomware? | /r/PowerShell | 2023-09-13
  • electerm

    📻Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)

  • Duplicati

    Store securely encrypted backups in the cloud!

  • Project mention: C# hakkında görüşleriniz ve ödevim | /r/CodingTR | 2023-11-05

    Petabaytlarca veri emanet edilen şu kodun %85'i C# https://github.com/duplicati/duplicati

  • Filestash

    🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...

  • Project mention: Ask HN: What Underrated Open Source Project Deserves More Recognition? | news.ycombinator.com | 2024-03-07
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • SFTPGo

    Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob

  • Project mention: What you guys are hosting instead of Nextcloud? I'm sick of it. | /r/selfhosted | 2023-11-29

    EDIT: Thanks for the recommendations from all of you!! I've chose to use the below: - Files: sftpgo - Calendar: baikal - Notes: memos (But beware, it sends opt-out telemetry) - Network folder: webdav on sftpgo

  • PHPSecLib

    PHP Secure Communications Library

  • Project mention: How to install software on VPS through PHP? | /r/PHP | 2023-10-24

    I recommend using PHPSecLib which has a powerful SSH library that is far more versatile than the official PHP SSH extension.

  • cowrie

    Cowrie SSH/Telnet Honeypot https://cowrie.readthedocs.io

  • Project mention: Brute.Fail Watch brute force attacks in real time | news.ycombinator.com | 2023-06-02

    Thanks for the reference; after some link chasing I was able to end up on the project I believe you're thinking of: https://github.com/cowrie/cowrie#features (appears to be BSD-3-Clause: https://github.com/cowrie/cowrie/blob/master/LICENSE.rst )

  • sshfs-win

    SSHFS For Windows

  • Project mention: GUI scp with key based authentication? (ed25519) | /r/selfhosted | 2023-12-11
  • SSH.NET

    SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.

  • 1Remote

    One Remote Access Manager to Rule Them All

  • cyberduck

    Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.

  • Project mention: Supabase Storage: now supports the S3 protocol | dev.to | 2024-04-18

    Cyberduck: a cloud storage browser for Mac and Windows.

  • sshj

    ssh, scp and sftp for java

  • Project mention: How do i do sftp in rpgle? | /r/IBMi | 2023-10-20

    Edit: My solution: i wrote some java code which uses the sshj-library and called it from my rpgle code. I tried it first with the jsch-library but somehow it wasnt able to read my private key correctly under os400, no problems with windows.

  • snowflake

    Graphical SFTP client and terminal emulator with helpful utilities (by subhra74)

  • xpipe

    Your entire server infrastructure at your fingertips

  • Project mention: XPipe: Entire server infrastructure at your fingertips | news.ycombinator.com | 2024-03-20
  • goph

    🤘 The native golang ssh client to execute your commands over ssh connection. 🚀🚀

  • sftp

    Securely share your files

  • Project mention: Where do Docker containers store persistent data? | /r/docker | 2023-04-19

    Determine the path inside the container where the data is. Its probably something like /home//upload Based on the image documentation here

  • sftp

    SFTP support for the go.crypto/ssh package (by pkg)

  • Project mention: SFTP connection to SFTP-only server fails at SSH stage | /r/golang | 2023-05-04

    I am using the sftp library (https://github.com/pkg/sftp).

  • termscp

    🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB

  • Project mention: Termscp TUI terminal file transfer and explorer with support for SCP/SFTP/FTP/S3 | /r/commandline | 2023-04-30
  • libssh2

    the SSH library

  • Project mention: SSH Port Forwarding in Rust | /r/learnrust | 2023-06-07

    You'll likely need to make use of the `ssh` or `ssh2` crate, depending on whether you want to use `libssh` or `libssh2` (two different libraries) for the SSH protocol. Then, if you choose `libssh`, you'll need to port https://github.com/codinn/libssh/blob/master/examples/sshnetcat.c and if you choose `libssh` you'll need to port https://github.com/libssh2/libssh2/blob/master/example/tcpip-forward.c to Rust.

  • ssh-mitm

    SSH-MITM - ssh audits made simple (by ssh-mitm)

  • Project mention: Terrapin Attack for prefix injection in SSH | news.ycombinator.com | 2023-12-19

    There is now an issue ticket in ssh-mitm to discuss the similarities between ssh-mitm and terrapin attack: https://github.com/ssh-mitm/ssh-mitm/issues/165

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-18.

Sftp related posts

Index

What are some of the best open-source Sftp projects? This list will help you:

Project Stars
1 rclone 43,588
2 libcurl 34,102
3 aria2 33,443
4 WindTerm 20,367
5 electerm 10,256
6 Duplicati 10,150
7 Filestash 9,372
8 SFTPGo 8,066
9 PHPSecLib 5,241
10 cowrie 4,904
11 sshfs-win 4,615
12 SSH.NET 3,769
13 1Remote 3,079
14 cyberduck 2,944
15 sshj 2,429
16 snowflake 2,107
17 xpipe 1,693
18 goph 1,646
19 sftp 1,530
20 sftp 1,456
21 termscp 1,258
22 libssh2 1,252
23 ssh-mitm 1,214
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com