Mixing subclasses
- From: brankin@xxxxxxxxxxxxx
- Date: 29 Dec 2006 15:39:47 -0800
Hello,
Quick question: I am using module Net::FTP::Recursive successfully,
however am having problems when the ftp server terminates a connection.
Note that a different module, Net::FTP::AutoReconnect, has a reconnect
feature to re-establish dropped ftp connections. These two modules were
written by different authors.
Because both modules are subclassses of Net::FTP, is it possible to use
them both? i.e. use Net::FTP::Recursive along with
Net::FTP::AutoReconnect , so the Recursive module has the AutoReconnect
capability? If so, what is the Perl syntax to make this happen in a
script?
Thanks, Brian
.
- Follow-Ups:
- Re: Mixing subclasses
- From: Paul Lalli
- Re: Mixing subclasses
- Prev by Date: Re: Testing stdout output modules
- Next by Date: Re: Mixing subclasses
- Previous by thread: Testing stdout output modules
- Next by thread: Re: Mixing subclasses
- Index(es):
Relevant Pages
|
|