Help for this page

Select Code to Download


  1. or download this
    $ grep 'read command channel socket' $(perldoc -l Net::FTPSSL)
                                 ? "Can't read command channel socket: $!"
    
  2. or download this
            # Now lets read the response from the command channel.
            my $read = sysread( $self, $data, 4096);
    ...
              return (CMD_ERROR);
            }
         }