princepawn has asked for the wisdom of the Perl Monks concerning the following question:
However, the docs for Net::FTP do state that all normal I/O methods can be applied to Net::FTP::dataconn objects and Net::FTP::I does inherit from this class, and even further up the hierarchy is IO::Socket::Inet and even IO::Handle, so logically it should work. But none of these manpages document a seek() method, so I don't feel that partial content is possible using Net::FTP, but I would be overjoyed to be proven wrong.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: seek on a data connection returned by Net::FTP? partial content FTP transfer question
by Albannach (Monsignor) on Apr 25, 2001 at 22:21 UTC | |
|
Re: seek on a data connection returned by Net::FTP? partial content FTP transfer question
by suaveant (Parson) on Apr 25, 2001 at 22:07 UTC | |
|
Re: seek on a data connection returned by Net::FTP? partial content FTP transfer question
by princepawn (Parson) on Apr 25, 2001 at 22:58 UTC |