![]() |
|
XP is just a number | |
PerlMonks |
Re: Extending Code By Changing the Base Class of an Objectby rhesa (Vicar) |
on Sep 11, 2007 at 18:47 UTC ( #638397=note: print w/replies, xml ) | Need Help?? |
Net::FTPSSL has a rename() method. Also, put() accepts a new name for the file, e.g. $ftp->put( $local, 'new_name'). And there's always the site() method, which allows you to execute server-side commands (i.e. everything your ftp server implements).
Sometimes it helps to read the source :-)
In Section
Seekers of Perl Wisdom
|
|