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

  • To update a remote FTP connection:
  • Right click on your new connection 'demo_cm_ftp' and select 'Generate update'
  • json load "tmpCm" "{}";
    json iobject "tmpCm" / "target_files" "[]" ARRAY;
    json iobject "tmpCm" / "hostname" "localhost" STR;
    json iobject "tmpCm" / "password" "pwd" STR;
    json iobject "tmpCm" / "port" "21" STR;
    json iobject "tmpCm" / "k" "demo_cm_ftp" STR;
    json iobject "tmpCm" / "type" "ftp" 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] "active" "0" STR;
    json iobject "tmpCm" /target_files[0] "dir" "remoteDirectory_ftp" STR;
    json iobject "tmpCm" /target_files[0] "passive" "0" STR;
    json iobject "tmpCm" /target_files[0] "timeout" "10000" STR;
    cm set "demo_cm_ftp" {json doc "tmpCm"};
  • Update the connection and save
  • Execute buttons
  • Refresh the tree
Services     Supporters     Contact     About     Legal notice © 2024