New video out 👍
Building and patching vsftpd on #Debian  
We are altering the reported version number of vsftpd and generate a .deb package along the way for easy installation. 😎

Enjoy everyone! 🙂

Youtube:
https://www.youtube.com/watch?v=XbEIrl6VZSw

Odysee:
https://odysee.com/@YetanotherSysAdmin:0/Compiling-and-patching-vsftpd-on-Debian:9

#youtube #debian #package #compiling #source #vsftpd #nmap

Building and patching vsftpd on Debian

YouTube

🧵1/2

Hing ein paar Tage in den Seilen und freue mich jetzt umso mehr über einen produktiven Tag.

Mein #epson #es580w #dokumentenscanner verrichtet nun zuverlässig seinen Dienst. Das Scannen auf eine SMB Freigabe im Netzwerk funktioniert bei mir gerade sehr unzuverlässig. Ich finde den Fehler im Moment nicht. Daher habe ich den #vsftpd Server auf einem meiner #rpi4 installiert und es damit versucht. Nach einigen Versuchen läuft das jetzt sehr stabil bei mir.

Hab den halben Tag gescannt. 👍

Right, so a tip with #vsftpd on #AlpineLinux :

If connections die with `500 OOPS: 500 OOPS: child died` and no other logs:

```
seccomp_sandbox=NO
```

https://github.com/jusito/docker-vsftpd-alpine?tab=readme-ov-file is what gave me that clue. Why this isn't the default if the default is broken, I do not know.

GitHub - jusito/docker-vsftpd-alpine: FTP Server image

FTP Server image. Contribute to jusito/docker-vsftpd-alpine development by creating an account on GitHub.

GitHub

So, helping an uncle of mine set up a website for a photography side-business. We settled on Wordpress as a CMS, and we have it running on shared hosting.

No problems there. I have a copy of it running on my own infrastructure (just a simple AlpineLinux VM with Apache, PHP, MariaDB). No problems there either. I access it via SSH/SFTP.

The gallery plug-in has a sister plug-in for Adobe Lightroom.

Sounds great. Okay, let's get that working.

Ohh, Lightroom plug-in insists on #FTP. Hello, 1972 called!

Anyway, AlpineLinux thankfully does ship a FTP server, #vsftpd.

I learn trying to set up, vsftpd will not simultaneously run #IPv4 *and* #IPv6, it's either one or the other.

Ugh!

How to Install a Secure FTP Server with vsftpd on Debian 12

vSFTPd or Very Secure FTP Daemon is a free and open-source FTP server software. In this tutorial, you will learn how to set up and create a secure FTP...

HowtoForge

@animemer @thecatcollective @torproject not to mention all the protocols of all their applications and devices from #DVB over #TCP / #UDP ( #IPv & #IPv6 ) are #OpenSource.
- Even if they use shitty #MicrosoftExchange's #MAPI instead of #IMAP, the #Mailserver still uses #SMTP to sent out stuff.
- #HTTP (#Apache, #ngnix)
- #FTP (#vsftpd)
- #SSL (#OpenSSL & #Mozilla NSS)

- #SteamDeck runs #ArchLinux / #SteamOS
- #NintendoSwitch & #PS3-#PS5 & #PSvita run #FreeBSD.

I just figured out why I would get permission denied errors for my #vsftpd #ftp daemon. It was because I was trying to log in to the server using the "ftp" user, which was not working for whatever reason. Once I made a new user and reworked everything to log in with that user, it worked.
Guía Práctica: Sustituyendo Ingress-NGINX por Envoy Gateway (Paso a Paso) - ochobitshacenunbyte

Aprende a migrar de Ingress-NGINX a la nueva Gateway API con Envoy Gateway. Guía paso a paso para mantener tu Kubernetes seguro tras 2026.

ochobitshacenunbyte

Dans #VSFTPD, quelqu'un(e) connaît une astuce pour autoriser l'accès en écriture uniquement aux utilisateurs locaux ? (Pas trouvé ça dans le site officiel).

Dommage si ça n'existe pas, ce serait bien pratique (usecase : j'ai un serveur et des terminaux portables/mobiles locaux, flemme d'aller au serveur toutes les 5 minutes)

@spaceman I just use #vsftpd - in which case it's important to check permissions and ownership on the user's home folder. vsftpd is really strict on that.