Net::FTP::dataconn

Net::FTP::dataconn

NAME

Net::FTP::dataconn - FTP Client data connection class

DESCRIPTION

Some of the methods defined in Net::FTP return an object which will be derived from this class. The dataconn class itself is derived from the IO::Socket::INET class, so any normal IO operations can be performed. However the following methods are defined in the dataconn class and IO should be performed using these.

  • read ( BUFFER, SIZE [, TIMEOUT ] )

    Read SIZE bytes of data from the server and place it into BUFFER , also performing any <CRLF> translatio