Hey how's going? Today i am going to discuss regarding an issue which i faced recently while connecting to a FTP Server using FileZilla. I tried to delete a file and it gave me the below error :
Command: DELE testing123.txt
Response: 500 Command not allowed.
I tried to troubleshoot it as below :
1. Checked permission of the ftp user on the server's directory path and it was all good. User was having Read and Write permission.
2. Was able to create a new file and edit it.
3. Checked for any FTP Error logs but in vain.
4. Restarted the FTP Service as i was clueless.
5. Error clearly defines that DELE Command was requested for the file testing123.txt but the Server responded with 500 i.e command not allowed. That means the Server doesn't accept the DELE Command which was quite clear. But where this command is getting blocked ??
After making strenuous efforts, finally i figured it out by looking into the web server i.e IIS FTP Settings. IIS > Sites > Your_FTP_Site > FTP Request Filtering > Commands , DELE Command was not allowed.
Hence removed the command by doing Right click on the command > Remove ( No need to restart any FTP or IIS Service after doing it ) , post which it was fixed. Hope you learned something new today, do like and share for more.
Command: DELE testing123.txt
I tried to troubleshoot it as below :
1. Checked permission of the ftp user on the server's directory path and it was all good. User was having Read and Write permission.
2. Was able to create a new file and edit it.
3. Checked for any FTP Error logs but in vain.
4. Restarted the FTP Service as i was clueless.
5. Error clearly defines that DELE Command was requested for the file testing123.txt but the Server responded with 500 i.e command not allowed. That means the Server doesn't accept the DELE Command which was quite clear. But where this command is getting blocked ??
Voila !! Got it
Hence removed the command by doing Right click on the command > Remove ( No need to restart any FTP or IIS Service after doing it ) , post which it was fixed. Hope you learned something new today, do like and share for more.
Comments
Post a Comment