rm_download_files

Last Updated : Apr 26, 2017 |

Syntax

rm_download_files [ file-to-delete ]
sudo rm_download_files [ file-to-delete ] 

Description

Use rm_download_files to add remove files from the /var/home/ftp/pub directory.

rm_download_files file-to-delete attempts to delete the specified file from /var/home/ftp/pub. The file must be present in the directory (or a subdirectory) and must also be a regular file. The file must also be owned by the ftp user to prevent others from deleting files saved by other logins.

The susers group logins must use sudo to have access to this command since the command requires root permission to run.