|
Net::FTP does not directly support a
chmod() method. Not all servers support
CHMOD. If your particular server happens
to support it, you can execute a CHMOD
using the quot() method:
$ftp->quot("SITE", "CHMOD", $mode, $fileName);
Extra special thanks to Krishna Kirti for posting this
[1]
to comp.lang.perl.misc.
|