Help for this page

Select Code to Download


  1. or download this
    Methods for the adventurous
    
    ...
    WARNING This call should only be used on commands that do not
    require data connections. Misuse of this method can hang the
    connection.
    
  2. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
    
    ### close ftp connection
    $ftp->quit;