Help for this page

Select Code to Download


  1. or download this
    $session->cmd(String => 'Reload',Match => ['/Proceed/'], ); 
    $session->cmd(String => "\n", Match => ['//'],);
    
  2. or download this
    test#reload 
    Proceed with reload? [confirm] 
    Connection closed by foreign host.
    
  3. or download this
    $session->cmd(String => 'mkdir',Match => ['/Create dire.*/'] ); 
    $session->cmd(String => 'test',Match => ['//'] );
    
  4. or download this
    test#mkdir 
    Create directory filename []? test 
    Created dir flash:test
    
  5. or download this
    $session->cmd(String => 'rmdir asd',Match => ['/Remove directory.*/'])
    +;
    $session->cmd(String => '\n' ,Match => ['/Delete flash.*/'] );
    $session->cmd(String => '\n');
    
  6. or download this
    test#rmdir test 
    Remove directory filename [test]? 
    Delete flash:test? [confirm] 
    Removed dir flash:test