Question
VSFTPD in ubuntu 18.04 .. Cannot access directory filezilla
Installed nginx on 18.04
installed vsftpd (change only: write_enable=YES)
created a server block
assigned ownership the ftpuser (brillftp) to server block directory.
here is the filezilla log:
Status: Connection established, waiting for welcome message…
Status: Server does not support non-ASCII characters.
Status: Logged in
Status: Retrieving directory listing…
Command: PWD
Response: 257 “/home/brillftp” is the current directory
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Response: 227 Entering Passive Mode (142,94,81,13,47,231).
Command: LIST
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Status: Disconnected from server
Used the same procedure in UBUNTU 16.04 did not have this problem
Thanks,
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×