Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 6349556

Browse files
authored
Update Create_FTP.md
1 parent c1045ce commit 6349556

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Create_FTP.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ apt-get install vsfptd OR yum install vsftpd
1515
## (2) Do change in /etc/vsftpd/vsftpd.conf file
1616
```
1717
uncomment
18-
1918
chroot_local_user=YES
2019
chroot_list_enable=YES
2120
22-
make change
21+
uncomment and make change
2322
chroot_list_file=/etc/vsftpd/ftpusers
2423
```
2524
```

0 commit comments

Comments
 (0)