in reply to chmod with Net::FTP
What you need is:
$ftp->quot('SITE','chmod', '777', 'remotefile'); [download]
Remember to send the full command when you use $ftp->quot!
cLive ;-)