Laboratorium Komputerowe Progmar
Marcin Załęczny

We are using cookies in the page. If you use the page you agree for the cookies.      Close

Ubuntu ftp server installation

  • sudo apt-get install vsftpd,
  • Edit configuration file /etc/vsftpd.conf:
    • Comment out line: write_enable=YES, to allow for files upload onto ftp server.
    • Comment out line: ftpd_banner=..., to display given welcome message after successfully connection with ftp server (but before entering by user authorisation data).
  • Restart ftp server: service vsftpd restart.