my $ftp = Net::FTP->new('foobar'); $ftp->login('foo', 'bar'); $ftp->put('localfile', 'remotefile'); $ftp->quot('chmod', '777', 'remotefile'); $ftp->quit();
In reply to chmod with Net::FTP by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |