Net::FTP $ftp->message question
- From: "pem" <pmarun@xxxxxxxxx>
- Date: 21 Jul 2005 12:32:35 -0700
After successfully ftp'ing a file ( $ftp->get(file) ), $ftp->message
will produce the following output:
Opening BINARY mode data connection for /det/tmp/out2 (650000 bytes).
Transfer complete.
When doing the same from command line you get two extra lines:
150 Opening BINARY mode data connection for out2 (650000 bytes).
226 Transfer complete.
local: /tmp/out2 remote: out2
650000 bytes received in 0.009 seconds (70891.85 Kbytes/s)
Is there a way to get the same output when using libnet? Thanks
.
- Prev by Date: Re: Resume of the situation
- Next by Date: Re: Calling External DLL functions in Perl using Inline
- Previous by thread: installing mod_perl?
- Next by thread: HTML::Template and __ODD__
- Index(es):
Relevant Pages
|