$FTP->Mode([mode])
FTP
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.
asc
bin
undef
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]