Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: MkdirChapter 19
Win32 Modules and Extensions
Next: Reference: Pasv
 

Mode

$FTP->Mode([mode])

If called with no arguments, returns the current transfer mode for this FTP session ("asc" for ASCII or "bin" for binary). The mode argument can be asc or bin, in which case the appropriate transfer mode is selected. Returns undef on error.


Previous: Reference: MkdirPerl in a NutshellNext: Reference: Pasv
Reference: MkdirBook IndexReference: Pasv