User Tools

Site Tools


nchsls:c:biochemistry:document:start_sevice_of_vsftpd

To check file location in system

  • Write below command.

For start working of vsftpd software

  • Write command as below in terminal.
  • Make following two changes in vsftpd.conf file by uncommenting two lines.
  • Press Ctrl + O and enter.
  • Press ctrl + x and exit.
  • Write following command to strat service.
  • 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/start_sevice_of_vsftpd.txt · Last modified: 2022/08/13 07:34 (external edit)