Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
    my $remote = q{032/docroot/test.html};
    $success = $ftp->put($local, $remote);
    print $ftp->message;
    
  2. or download this
    FTP Server ready.
    User u41576016 logged in
    Type set to A
    Opening ASCII mode data connection for 032/docroot/test.html
    Transfer complete
    
  3. or download this
    <html
    <head
    ...
    <h1>ftp test</h1
    </body
    </html>
    
  4. or download this
    <html>
    <head>
    ...
    <h1>ftp test</h1>
    </body>
    </html>