Help for this page

Select Code to Download


  1. or download this
    root: '/path/to/root'
    filepath: '/path/to/files'
    ...
        savepath: 
      - sourcepath:
        savepath:
    
  2. or download this
    $VAR1 = {
      'ftp_instances' => [
    ...
      'filepath' => '/path/to/files',
      'root' => '/path/to/root'
    };