Help for this page

Select Code to Download


  1. or download this
    set user => "root";
    
    ...
    task "upload", "mango", sub {
       upload "/tmp/test.txt", "/tmp/test.txt";
    };