http://www.perlmonks.org?node_id=557255


in reply to Re: How the perl converts LF into CRLF
in thread How the perl converts LF into CRLF

Hi Derby, thanks for suggetion,i am using Net::cmd in my script,in which i included senddata(DATA) method.
  • Comment on Re^2: How the perl converts LF into CRLF

Replies are listed 'Best First'.
Re^3: How the perl converts LF into CRLF
by derby (Abbot) on Jun 23, 2006 at 17:10 UTC

    Hmmm ... never used Net::Cmd directly. For Net::FTP the translation is not done in the client but on the server side. What type of server are you connecting to? FTP? Home grown?

    -derby

    Update: That is for all ftp ... not just Net::FTP, the translation is done in the server.