Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my $ftp = Net::FTP->new('foobar'); $ftp->login('foo', 'bar'); $ftp->put('localfile', 'remotefile'); $ftp->quot('chmod', '777', 'remotefile'); $ftp->quit();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: chmod with Net::FTP
by cLive ;-) (Prior) on Aug 01, 2001 at 18:17 UTC | |
|
Re: chmod with Net::FTP
by nardo (Friar) on Aug 01, 2001 at 18:08 UTC | |
|
Re: chmod with Net::FTP
by suaveant (Parson) on Aug 01, 2001 at 18:18 UTC | |
|
Re: chmod with Net::FTP
by jlongino (Parson) on Aug 01, 2001 at 21:10 UTC |