home *** CD-ROM | disk | FTP | other *** search
- Menu
-
- | you can and entries like before (ie all on one line) or
- | split them over several lines by adding ; to the end all lines
- | except the last on in the record
- | empty lines or lines starting with # or | are ignored
-
- name = "test";
- value = "ftp://user:pass@localhost/";
- site_selection = "-f chmod 644 %f,-d chmod 755 %f,settype %f %t";
- site_on_upload = "-f chmod 644 %f,-d chmod 755 %f,settype %f %t";
- line = "on"
-
- name = "test1";
- value = "ftp://localhost/";
- | same chmod for files and directories
- site_on_upload = "chmod 644 %f"
-
-
- name = "test2" value = "ftp://localhost/" site_on_upload = "chmod 644 %f"
-
- | *** note test2 and test1 are just different ways of entering the same information ***