====To check file location in system==== * Write below command. {{:nchsls:c:biochemistry:document:vsftpd_2.png}} ====For start working of vsftpd software==== * Write command as below in terminal.{{:nchsls:c:biochemistry:document:vsftpd_4.png}} * Make following two changes in vsftpd.conf file by uncommenting two lines.{{:nchsls:c:biochemistry:document:vsftpd_1.png}} * Press Ctrl + O and enter. * Press ctrl + x and exit. * Write following command to strat service.{{:nchsls:c:biochemistry:document:vsftpd.png}} * **Note:** * All the steps must be done after log in as "su" ====Allowing scanned file to be accessed over locan LAN==== *install apache2 in the computer to serve scanned files over network *To allow files access over apache server, there is need to change permissions to scanned file *Change vsftpd.conf to uncomment one line as follows # Default umask for local users is 077. You may wish to change this to 022, # if your users expect that (022 is used by most other ftpd's) local_umask=022 * Press Ctrl + O and enter. * Press ctrl + x and exit. * Write following command to strat service.{{:nchsls:c:biochemistry:document:vsftpd.png}}