User Tools

Site Tools


software:linux:vsftpd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:linux:vsftpd [2017/10/29 05:32] – [setup of second vsftpd with different port] superwizardsoftware:linux:vsftpd [2024/02/10 04:48] (current) – [Find passive mode port from log] superwizard
Line 1: Line 1:
 +====== explorer only supports plain FTP, not encrypted ======
 +
 +
 +<WRAP center round box >
 +2024-02-08
 +
 +vsftpd
 +
 +Sadly explorer only supports plain FTP, not encrypted
 +
 +From <https://www.reddit.com/r/techsupport/comments/uvzhwy/ftp_with_tls_on_windows_explorer/> 
 +
 +You must use other applications such as Filezilla or WinSCP for this type of connections and make the transfers, edits and deletions that you want.
 +For this you have to change two parameters of vsftpd.conf
 +    force_local_data_ssl=NO 
 +    force_local_logins_ssl=NO
 +
 +From <https://askubuntu.com/questions/1166871/ftp-server-with-tls-does-not-work-in-windows-file-explorer-and-browsers> 
 +
 +
 +</WRAP>
 +
 +
 +====== Find passive mode port from log ======
 +
 +
 +<WRAP center round box >
 +
 +from what I understand the port is aquired by multiplying the 5th octet next to ---> PORT with 256 then adding the 6th octet to that. So the LAN client is connecting on port (196*256)+33 = 50179 While the WAN client is connecting on port (235*256)+162 = 60322
 +
 +https://askubuntu.com/questions/1013520/vsftpd-not-respecting-passive-settings-in-config
 +
 +
 +</WRAP>
 +
 +
 ====== setup of second vsftpd with different port ====== ====== setup of second vsftpd with different port ======
  
software/linux/vsftpd.1509255147.txt.gz · Last modified: by superwizard