Create an Ftp User in this way:
Now your FTP server is up and running. It is time to add additional users to FTP server so that they can
login into account to upload / download files. To add a user called mahesh and set the password, enter:
# adduser -c 'FTP USER mahesh' -m mahesh
# passwd mahesh
Now mahesh can login using our ftp server. Make sure the following is set in vsftpd.conf
#vim /etc/vaftpd/vsftpd.conf
local_enable=YES (change in configuration file)
Restart the vftpd:
# service vsftpd restart
Now your FTP server is up and running. It is time to add additional users to FTP server so that they can
login into account to upload / download files. To add a user called mahesh and set the password, enter:
# adduser -c 'FTP USER mahesh' -m mahesh
# passwd mahesh
Now mahesh can login using our ftp server. Make sure the following is set in vsftpd.conf
#vim /etc/vaftpd/vsftpd.conf
local_enable=YES (change in configuration file)
Restart the vftpd:
# service vsftpd restart
No comments:
Post a Comment