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

  • To update a remote sFTP connection:
  • Right click on your new connection 'demo_cm_sftp' 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" / "dataTimeout" "30000" STR;
    json iobject "tmpCm" / "port" "22" STR;
    json iobject "tmpCm" / "connectTimeout" "10000" STR;
    json iobject "tmpCm" / "k" "demo_cm_sftp" STR;
    json iobject "tmpCm" / "type" "sftp" 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_sftp" STR;
    cm set "demo_cm_sftp" {json doc "tmpCm"};
  • Update the connection and save
  • Execute buttons
  • Refresh the tree
Services     Supporters     Contact     About     Legal notice © 2024