Help for this page

Select Code to Download


  1. or download this
    use Net::FTP;
    my $ftp = Net::FTP->new('ftp.rge.com');
    ...
    my $code=$ftp->code;
    my $message=$ftp->message;
    print "[$okay] [$code] [$message]\n";
    
  2. or download this
    $ perl tester
    [2] [214] [The following commands are recognized (* =>'s unimplemented
    +).
    ...
       QUIT    RETR    MSOM*   RNFR*   LIST    NOOP    XPWD 
    Direct comments to ftp@rge.com.
    ]