Home > OS >  Using Linux configuration VSFTPD server remote command line and the browser can access, but the reso
Using Linux configuration VSFTPD server remote command line and the browser can access, but the reso

Time:09-21





VSFTPD. Conf configuration below
 listen=YES 
Anonymous_enable=YES
Local_enable=YES
Local_root=/home/demo
Anon_root=/var/FTP/anon
Dirmessage_enable=YES
Xferlog_enable=YES
Xferlog_file=/var/log/VSFTPD. Log
Xferlog_std_format=YES
Chroot_local_user=YES
Guest_enable=YES
Guest_username=guest
User_config_dir=/etc/VSFTPD
Pam_service_name=VSFTPD
Secure_chroot_dir=/var/run/VSFTPD/empty
Use_localtime=YES
Rsa_cert_file=/SSL/private/etc/VSFTPD. Pem
Allow_writeable_chroot=YES
# pam_service_name=VSFTPD

CodePudding user response:

To enable the root user.
Vi/etc/VSFTPD/user_list
Vi/etc/VSFTPD/ftpusers
Comment out the root

CodePudding user response:

reference 1st floor jon_wd response:
enable the root user.
Vi/etc/VSFTPD/user_list
Vi/etc/VSFTPD/ftpusers
Comment out the root

What you said is wrong, the two files is not be able to access the FTP user
Some users, in any place can not visit
And my situation is different

CodePudding user response:

Estimation is the difference between active mode and passive mode,
Look from the screenshot, manager is a passive mode, then in turn push, the command line and the browser is the active mode,
From the command line to try two modes respectively,

CodePudding user response:

reference NSWCFD reply: 3/f
estimation is the difference between active mode and passive mode,
Look from the screenshot, manager is a passive mode, then in turn push, the command line and the browser is the active mode,
From the command line to try two modes respectively,

Could you tell me how to test or how to change configuration can be visited in the resource manager?
New one, but also give advice or comments please

CodePudding user response:

Active mode and 20 ports 21, in the configuration file and allow_writeable_chroot=YES this line
By model can open 6000-7000, need to in FTP software Settings
Close the SELinux

CodePudding user response:

And passive mode is added in the configuration file:
Pasv_enable=YES
Pasv_min_port=6000
Pasv_max_port=7000

CodePudding user response:

New one, I also met the same problem, is solved the building Lord, please?

CodePudding user response:

refer to 7th floor dingqibing response:
new one, I also met the same problem, is solved the building Lord, please?

Make for a long time has not yet been solved, and then I gave up

CodePudding user response:

Are you going to IE Settings inside, close a FTP option

CodePudding user response:

Today saw a method, the original poster can have a try, open network and sharing center - & gt; Internet options - & gt; Advanced - & gt; (down) to get rid of "using passive FTP (used for firewall and DSL modems compatible)" in front of the hook,
Problem: the resource manager can access the FTP, the browser cannot access, to find a lot of posts, not solved, the building Lord how ah,
  • Related