Re: [MacPerl-Porters] Re: [[email protected]: Re: [MacPerl-Porters] default type/creator]
[email protected] (Bart Lateur)
| Newsgroups | perl.macperl.porters |
|---|---|
| Organization | MediaMind |
| Message-ID | <[email protected]> |
On Tue, 30 Oct 2001 14:58:01 +0000, Graham Barr wrote: >You do not have to do $ftp->binary before every file transfer, once is >enough and every file after it will be in binary. Likewise >for $ftp->ascii. > >But Currently Net::FTP does not make any guesses about how to transfer >files, it does what it is told. And I would prefer to keep it that way. WS_FTP has an option "AUTO", which enables guesses. I like that way, too. $ftp->auto -- Bart.