home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / FTPc / Examples / Menu < prev    next >
Text File  |  2000-02-17  |  781b  |  22 lines

  1. Menu
  2.  
  3. |    you can and entries like before (ie all on one line) or
  4. |    split them over several lines by adding ; to the end all lines
  5. |    except the  last on in the record
  6. |    empty lines or lines starting with # or | are ignored
  7.  
  8. name            = "test";
  9. value           = "ftp://user:pass@localhost/";
  10. site_selection  = "-f chmod 644 %f,-d chmod 755 %f,settype %f %t";
  11. site_on_upload  = "-f chmod 644 %f,-d chmod 755 %f,settype %f %t";
  12. line            = "on"
  13.  
  14. name            = "test1";
  15. value           = "ftp://localhost/";
  16. | same chmod for files and directories
  17. site_on_upload  = "chmod 644 %f"
  18.        
  19.  
  20. name = "test2" value = "ftp://localhost/" site_on_upload = "chmod 644 %f"
  21.        
  22. | *** note test2 and test1 are just different ways of entering the same information ***