If you're looking for the binaries :
on the prompt type:
find / -name convert -type f
if you dont have ssh access:
upload this as find.cgi chmod it to 755 and run it from your webbrowser:
Code:
#!/usr/bin/perl
my $lFiles = `find / -name convert -type f`;
print "Content-type: text/html \n\n";
print $lFiles;
exit 0;
Or host with national-net
