Jump to content

How to copy files to/from KATA [KATA/KEDRE]


Recommended Posts

Advice and Solutions (Forum Knowledgebase) Disclaimer. Read before using materials.

We suggest free and lightweight client, part of Putty: pscp.

Step-by-step guide

You can download pscp.exe for Windows from official site.

  1. Navigate to the folder with pscp.exe and start cmd or powershell there
  2. To copy files to KATA, run the following command:

    .\pscp.exe -scp <path to local file> admin@<kata_ip>:<remote location>
    .\pscp.exe -scp D:\patch.ktgz admin@10.70.244.89: \\sample command that will put patch.ktgz to /var/op/kaspersky/apt/files/ folder
  3. To copy files from KATA, run the following command:

    .\pscp.exe -scp admin@<kata_ip>:<filename> <path to local folder>
    .\pscp.exe -scp admin@10.70.244.89:collect-20200429-133436.tar.gz D:\ \\sample command for downloading collect from KATA
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...