software:linux:vsftpd
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:linux:vsftpd [2017/10/29 05:07] – [setup of second vsftpd with different port] superwizard | software: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 < | ||
| + | |||
| + | 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 < | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | ====== 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:// | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| ====== setup of second vsftpd with different port ====== | ====== setup of second vsftpd with different port ====== | ||
| Line 61: | Line 97: | ||
| + | Ubuntu | ||
| + | load the systemd service file to: | ||
| + | / | ||
| + | |||
| + | [Unit] | ||
| + | Description=vsftpd FTP server | ||
| + | After=network.target | ||
| + | |||
| + | [Service] | ||
| + | Type=simple | ||
| + | ExecStart=/ | ||
| + | ExecReload=/ | ||
| + | ExecStartPre=-/ | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| </ | </ | ||
software/linux/vsftpd.1509253639.txt.gz · Last modified: by superwizard
