Home > OS >  Linux under the configure FTP server Settings
Linux under the configure FTP server Settings

Time:09-22

The other day our teacher let us do a configure FTP experiment under Linux, here I share some simple
<1> Switch to the root, install VSFTPD

<2> Modify the VSFTPD. Conf configuration file

Modify the fruit as follows

In the file with the relevant configuration

<3 & gt; Anonymous user login

<4> Restart the server

<5> Under the home to create FTP folder

<6 & gt; Under the etc to create two files

<7 & gt; Anonymous login again
Anonymous logins to create file temp1, failure

<8 & gt; Create two files on the FTP folder, and give all permissions temp1

<9 & gt; Anonymous login again, at this point in the temp1 failed to create file, because do not have permission to give anonymous users to create

<10 & gt; Local user login, create folders in the temp1 aaa success right now, but in temp2 create failure because temp2 permissions not


<11 & gt; Network selection bridge

(12) to examine the machine IP

Login FTP as follows (13)

CodePudding user response:

Anonymous user's home directory belong to have a look
  • Related