Sftpd Alternatives
Similar projects and alternatives to sftpd
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
Venice-AI-SDK
Comprehensive Python SDK for Venice AI - Advanced LLM, Image Generation, Audio Synthesis, and AI Assistant APIs with Full Swagger Specification Support
-
TagLib-Wasm
TagLib-Wasm is the universal tagging library for TypeScript/JavaScript platforms: Browsers, Node.js, Deno, Bun, Cloudflare Workers, and Electron apps
-
-
-
-
-
-
-
mu
Discontinued One app for AI chat, news and video [GET https://api.github.com/repos/micro/mu: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by micro)
-
Minari
A standard format for offline reinforcement learning datasets, with popular reference datasets and related utilities
-
fabritorio
An agent factory — assemble AI agents from parts on a visual canvas, run them against your own models. Local-first.
-
sftpd discussion
sftpd reviews and mentions
-
Ask HN: What are tools you have made for yourself since the advent of AI
I get annoyed that existing tools have limitations so I fix them or build my own:
- I didn't like that I can't use my newsreader on my laptop and my phone as easily so I built https://github.com/mjc/nntp-proxy. that turned out to be really hard to benchmark once it got fast enough so I am working on an nntp benchmark tool https://github.com/mjc/nntpbench. both can do request queuing because the nntp RFC says servers have to accept as many requests as they can, and then process them in order. so if your client doesn't do that, you can use more connections to the proxy and it will queue for you. it also routes stateless commands to whatever server is least-loaded, and will switch to stateful mode if your client needs it.
- I didn't like how expensive AWS Transfer Family is, so I built this https://github.com/elixir-ssh/sftpd and then rewrote it in rust (alpha) https://github.com/mjc/sftp-s3-rs. this shook out a bunch of bugs in russh, which was fun.
Stats
elixir-ssh/sftpd is an open source project licensed under which is not an OSI approved license.
The primary programming language of sftpd is Elixir.