how to delete files in linux

Shell
wget -r --user="yourUser" --password="yourPassword" ftp://server.com/ -mrm <file> .. rm -r <file> .. r stands for recursive 
Source

Also in Shell: