start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: Mkdir Chapter 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: Mkdir Perl in a Nutshell Next: Reference: Pasv
Reference: Mkdir Book Index Reference: Pasv

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.