Innov-AI
    Documentation | MentDB Weak Server
Update a remote CIFS connection

  • To update a remote CIFS connection:
  • Right click on your new connection 'demo_cm_cifs' and select 'Generate update'
  • json load "tmpCm" "{}";
    json iobject "tmpCm" / "target_files" "[]" ARRAY;
    json iobject "tmpCm" / "hostname" "192.168.220.130" STR;
    json iobject "tmpCm" / "password" "pwd" STR;
    json iobject "tmpCm" / "port" "445" STR;
    json iobject "tmpCm" / "domain" "domain" STR;
    json iobject "tmpCm" / "readTimeout" "30000" STR;
    json iobject "tmpCm" / "connectTimeout" "10000" STR;
    json iobject "tmpCm" / "k" "demo_cm_cifs" STR;
    json iobject "tmpCm" / "type" "cifs" STR;
    json iobject "tmpCm" / "user" "bob" STR;
    json iarray "tmpCm" /target_files "{}" OBJ;
    json iobject "tmpCm" /target_files[0] "filter" ".*.*" STR;
    json iobject "tmpCm" /target_files[0] "dir" "remoteDirectory_cifs" STR;
    cm set "demo_cm_cifs" {json doc "tmpCm"};
  • Update the connection and save
  • Execute buttons
  • Refresh the tree
Services     Supporters     Contact     About     Legal notice © 2024