![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Cygwin perl... ftp... Windows line endings...by Rhose (Priest) |
on May 07, 2003 at 20:09 UTC ( #256370=note: print w/replies, xml ) | Need Help?? |
You need to tranfer the files as ASCII type. To do this, you can use either the type() method, or, since you want ASCII, you can use the ascii() method in Net::FTP. (ASCII transfer will convert the end of line characters for you.)
perldoc Net::FTP will give you more information.
In Section
Seekers of Perl Wisdom
|
|