You are on page 1of 1

Procedure: 1. made a dir in home folder # mkdir /home/ftp-doc 2.copied image (vxWorks) in ftp-doc 3.

created a group ftp user #groupadd ftp-user 4. added the user to the group # useradd -g ftp-user -d /home/ftp-doc user #passwd user user 5. changed the permisson to the folder ftp-doc #chown root:ftp-user /home/ftp-doc/* #chmod 740 /home/ftp-doc/* 6. changed vsftpd.conf file 7. anonymous_enable= NO 8. connected the champ using ethernet 9. started vsftpd #service vsftpd start

You might also like