4 Operational Check Details
4.5.2 FTP File Transfer Operations
Build a FTP server using vsftpd, and confirm that files can be transferred.
Vsftpd server installation and environment
root@BX-830:~# apt-get install vsftpd
root@BX-830:~# gedit /etc/vsftpd.conf
( uncomment below and two last line : )
..
write_enable=YES
..
ascii_upload_enable=YES
ascii_download_enable=YES
..
chroot_local_user=YES
chroot_list_enable=YES
..
chroot_list_file=/etc/vsftpd.chroot_list
..
ls_recurse_enable=YES
..
local_root=public_html
seccomp_sandbox=NO
root@BX-830:~# gedit /etc/vsftpd.chroot_list
(add ftp user)
test
root@BX-830:~# service vsftpd restart
16
BX-830 Ubuntu 14.04 Desktop 64bit Operational Check Manual
Need help?
Do you have a question about the IPC Series and is the answer not in the manual?