Hi, i'm using OMV6 on a RK3588 SBC (aarch64).
I've had this NAS for months but i haven't been able to use it as a file server EVER on OMV. I tried all the webDAV implementations an none of them feature more than 1GB file transfers somehow ???
I was using SFTP (FTP over SSH) in the meantime, using filezilla, but this is far from what i want: a plug-and-play NAS to add on my devices to share files.
I had avoided "vanilla" FTP because it was unsecure, until i recently found out that you can turn on TLS-exclusive FTP.
So i setup the whole thing through the GUI, but when i go to try it, i cannot login using the test user. I follow along a tutorial on how to setup FTP and the shares, thinking that my original config was wrong, with no luck. I try creating new users, and none of them can login through FTP, but they can access the OMV dashboard.
Here is a screenshot of the info filezilla sends out when connecting:
FTP incorrect password error, no matter the user or the password.
-
-
chente
Approved the thread. -
I enabled the proftpd-plugin for testing, with required tls.
Activated a share with permissions for user and ftp group and so on.
I had to change the password to ASCII only.
Filezilla works fine:
Code
Display MoreStatus: Verbinde mit 192.168.178.25:21... Status: Verbindung hergestellt, warte auf Willkommensnachricht... Status: Initialisiere TLS... Status: TLS-Verbindung hergestellt. Status: Angemeldet Status: Empfange Verzeichnisinhalt... Status: Anzeigen des Verzeichnisinhalts für "/" abgeschlossen Status: Empfange Verzeichnisinhalt für "/testing_share_temp"... Status: Anzeigen des Verzeichnisinhalts für "/testing_share_temp" abgeschlossen Status: Starte Upload von /home/harry/Musik/Sleepless, 17.05. radio FM4 ORF-Radiothek.mpeg Status: Dateiübertragung erfolgreich, 256.633.920 Bytes in 2 Sekunden übertragen Status: Empfange Verzeichnisinhalt für "/testing_share_temp"... Status: Anzeigen des Verzeichnisinhalts für "/testing_share_temp" abgeschlossen
Systemd Status:
Code
Display Moreroot@omv:/# systemctl status proftpd.service ● proftpd.service - ProFTPD FTP Server Loaded: loaded (/lib/systemd/system/proftpd.service; enabled; preset: enabled) Active: active (running) since Tue 2025-06-10 23:30:32 CEST; 5min ago Docs: man:proftpd(8) Main PID: 32275 (proftpd) Tasks: 2 (limit: 28409) Memory: 4.5M CPU: 23.035s CGroup: /system.slice/proftpd.service ├─32275 "proftpd: (accepting connections)" └─32456 "proftpd: omv-user-temp - 192.168.178.75: IDLE" Jun 10 23:30:32 debomv systemd[1]: Starting proftpd.service - ProFTPD FTP Server... Jun 10 23:30:32 debomv proftpd[32270]: Checking syntax of configuration file Jun 10 23:30:32 debomv proftpd[32275]: 127.0.0.1 - ProFTPD 1.3.8 (stable) (built Sat Nov 30 2024 22:32:48 UTC) standalone mode STARTUP Jun 10 23:30:32 debomv systemd[1]: Started proftpd.service - ProFTPD FTP Server. Jun 10 23:30:42 debomv proftpd[32456]: pam_unix(proftpd:session): session opened for user omv-user-temp(uid=1003) by (uid=0) Jun 10 23:30:44 debomv proftpd[32465]: pam_unix(proftpd:session): session opened for user omv-user-temp(uid=1003) by (uid=0) Jun 10 23:30:44 debomv proftpd[32466]: pam_unix(proftpd:session): session opened for user omv-user-temp(uid=1003) by (uid=0) Jun 10 23:32:14 debomv proftpd[32466]: pam_unix(proftpd:session): session closed for user omv-user-temp Jun 10 23:32:15 debomv proftpd[32465]: pam_unix(proftpd:session): session closed for user omv-user-temp
But I prefer sftp. Why do you want to switch to ftps?
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!