Recent Questions

متن مرتبط با «ftpd» در سایت Recent Questions نوشته شده است

compile and install GTK3 libraries in CentOS 6.4

  • نیلوبلاگ

    I cannot understand what should I write to the terminal according to step 4 here. Can you help me please? ...

    ادامه مطلب
  • Wrong permissions with proFTPD

  • نیلوبلاگ

    a few minutes ago I finished the setup of the LAMP stack and proFTPD. Now I wanted to upload my project to the ftp, but I keep getting these errors: Case: deleting my php test file: DELE test.php 550 test.php: Permission denied If I try to change the persmissions like this: chmod g+s /var/www chmod 775 /var/www chown -R www-data:www-data /var/www I get the error: chmod: changin permissions of '/var/www': operation not permitted Same happens with chown root/var/www Any ideas/expericens with...

    ادامه مطلب
  • vsftpd on raspberry pi doesn't chroot users

  • نیلوبلاگ

    I'm attempting to run an FTP server on a raspberry pi, and after a lot of struggle I finally made it work, however for some reason the server doesn't place users into a chroot jail, and everyone can access all files on the device. Strange is that I did set chroot_local_user to YES, but it doesn't work as I said. Any ideas? # Example config fil /etc/vsftpd.conf # listen=YES listen_ipv6=YES anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022 dirmessage_enable=YES use_localtime=Y...

    ادامه مطلب
  • pure-ftpd not using ciphers?

  • نیلوبلاگ

    I just tried to setup a pure-ftpd server. All goes well, i can login, portforwarding is ok, it gives me the certificate i got from letsencrypt, but: for some reason it wont use the cipher i've chosen for. I've tried multiple ways. Using the command line: pure-ftpd [...] -J ECDHE-RSA-AES256-GCM-SHA384 Using the file /etc/pure-ftpd/conf/TLSCipherSuite: ECDHE_ECDSA_WITH_AES_256_CBC_SHA384:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA...

    ادامه مطلب