У вашего броузера проблема в совместимости с HTML5
In this video you will learn:
- How to modify the directives in configuration file /etc/vsftpd.conf
- After each modification, we have to restart the vsftpd service
- How to disable the anonymous user to access FTP
- How to connect to vsftpd FTP server as a local user
- How to transfer the file from local to remote, from remote to local computer
To edit the configuration file in Fedora:
--------------------------------------------------------
# gedit /etc/vsftpd.conf
or
# vi /etc/vsftpd.conf
To restart the vsftpd service
-----------------------------------------
# service vsftpd restart
or
# service vsftpd stop
# service vsftpd start