Timeline for VSFTPD, 553 Could not create file. - permissions?
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 22, 2022 at 5:56 | comment | added | Soeb Safi | Worked for me, thank you so much @Tacettin Özbölük | |
| Feb 9, 2022 at 6:19 | comment | added | Harley | chmod -R 755 /var/www/html , 7 is 111 read/write/execute, 5 is 101 read/execute, the values are user/group/everyone, the final value being everyone, I don't think it should be 7 | |
| Apr 26, 2020 at 15:44 | comment | added | S1J0 |
if you get an “500 OOPS: vsftpd: refusing to run with writable root inside chroot()” error as I did, change the root directory to /var/www/ and upload files with put myfile html/myfile
|
|
| Apr 29, 2019 at 16:45 | comment | added | Vaibhav Saran | sudo chown -R ftpusername /var/www/html worked for me. | |
| Apr 25, 2018 at 13:41 | comment | added | Hernán Eche | thanks, to avoid comments notifications, here it is, unix.stackexchange.com/a/439992/13620 | |
| Apr 25, 2018 at 11:59 | comment | added | Shaul Behr | @HernánEche you should make this a separate answer. Your suggestion worked for me where nothing else did. | |
| Mar 31, 2017 at 7:42 | comment | added | viv | @HernánEche Hey, It worked for me too, but is it secure. It wasn't working with 755 | |
| Mar 28, 2017 at 23:22 | comment | added | Édouard Lopez | Could you elaborate on the situation, is this on the server or locally? | |
| May 19, 2016 at 9:46 | comment | added | Tr0yJ | @HernánEche thanks for the tip, I had been hunting for hours and this finally fixed my issue. | |
| Nov 5, 2015 at 19:49 | comment | added | Hernán Eche | chmod 757 -R /var/www/html | |
| S Aug 3, 2013 at 14:32 | review | Low quality posts | |||
| Aug 3, 2013 at 14:55 | |||||
| S Aug 3, 2013 at 14:32 | review | First posts | |||
| Aug 3, 2013 at 15:03 | |||||
| Aug 3, 2013 at 14:12 | history | answered | Tacettin Özbölük | CC BY-SA 3.0 |