P
P
pd4alexandr2021-05-03 10:25:11
PowerShell
pd4alexandr, 2021-05-03 10:25:11

How to transfer files to different routes?

Hey!
You need a program or an enterprice solution that will allow you to transfer files along routes with a given time.

Now batch files have been created on the server, which contain, for example, a network drive and copy by mask there, and stuffed into the Windows scheduler - the batch file copies files every 5 minutes and backups them.
We need a more elegant solution for copying files - now there are more than 200+ routes, there is no normal logging and alerts if the file is not copied.
I also want the program to support file encryption \ extension, different transfer protocols (for example, not only the ball but also sftp)

I can’t google anything. P
Please tell me the program.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
res2001, 2021-05-03
@pd4alexandr

I regularly met similar solutions on self-written scripts in an enterprise environment, and I used it myself. Because it is flexible, you can sharpen it as you like, with all the twists and turns of the enterprise environment. No ready-made software is usually able to provide 100% of all needs, therefore, self-written scripts are used.
On batch files, all your Wishlist can be implemented using additional command line tools. If you don’t know the language well, then you can use any known scripting language or learn cmd, there’s no wisdom there. In Windows, in addition to cmd and posh out of the box, there is also VBScript and JScript, they can also be used. Python is good for such tasks, but it will have to be installed separately, often this is not acceptable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question