IMPORTANT NOTICE
During the next period of time, the Thecus Wiki will migrate to a new site - the NAS Website. The migration is part of an improvement initiative, which includes giving the site a new look and making it more user friendly.
During the migration information may exist both at the old and new site, however slowly pages should start to be located mainly at the new site. Please see the NAS Website for details.
Talk:N5200 Module: PUREFTPD
From Thecus Wiki
Guten Tag, Herr Futterknecht!
für alle, die dieses Modul mit TLS oder mit virtuellen Benutzern betreiben wollen, schlage ich vor, hier eine kleine Anleitung dazu zu geben.
Nach Auswahl von TLS zB. im fireftp bekommt man nämlich erstmal keine Verbindung:
AUTH TLS 500 This security scheme is not implemented
Obwohl das pureftp module TLS Authentifizierung unterstützt, muss dafür scheinbar erst ein Schlüssel angelegt werden. Andere Hilfestellungen setzen leider wahlweise openssl, php, perl und etwas zuviel Vorwissen vorraus, um TLS selbst hinzubekommen.
Auch die Einrichtung von virtuellen Benutzern, die keinen account ausserhalb von pureftpd haben, ist interessant geworden, nachdem man jetzt jedem einzelnen sein homedir einrichten kann und ihn dort chrooten.
Vielen Dank für jede Hilfe!
blausand
Hello, Can you please help me. I have installed the latest version of PUREFTPD and enabled TLS. I cannot connect to my FTP server using FileZilla. I get the following error
"Failed to retrieve directory listing"AUTH TLS 500 This security scheme is not implemented"
I have pasted a copy of the log file if this helps.
Can anyone tell me what is the problem?
Best Regards Tony
Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
Response: 220-You are user number 3 of 50 allowed.
Response: 220-Local time is now 19:43. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: AUTH TLS
Response: 234 AUTH TLS OK.
Status: Initializing TLS...
Status: Verifying certificate...
Command: USER ambm
Status: TLS/SSL connection established.
Response: 331 User ambm OK. Password required
Command: PASS ********
Response: 230-User ambm has group access to: smbusers
Response: 230 OK. Current restricted directory is /
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: ESTP
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTA
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: UTF8
Response: 211 End.
Command: OPTS UTF8 ON
Response: 200 OK, UTF-8 enabled
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 534 Fallback to [C]
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (192,168,0,2,87,148)
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing"AUTH TLS
500 This security scheme is not implemented"