C charles Guest Dec 30, 2008 #2 If you can execute ftp command: delete *.jpg will delete all file with .jpg extention... be aware that unix server are case sensitive. If you have access to a terminal, like ssh, move to the directory and: rm *.jpg
If you can execute ftp command: delete *.jpg will delete all file with .jpg extention... be aware that unix server are case sensitive. If you have access to a terminal, like ssh, move to the directory and: rm *.jpg