K
K
khodos_dmitry2019-10-03 12:17:44
Software and Internet Services
khodos_dmitry, 2019-10-03 12:17:44

What software for downloading files from a server with such functionality?

1. You need to download files and folders from the server
2. from a certain folder
3. after a certain creation date
4. with a certain nesting level (that is, check the folder for the date, if it was created before the desired date, then do not go there and do not download it)
5. you need to work quickly, multi-threaded, since there are a lot of files.
6. Compression is not needed, since it is pointless to compress pictures.
What do you recommend for this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir, 2019-10-03
@Casufi

ssh + find + tar and download the packed tape archive in any way
https://www.cyberciti.biz/faq/linux-unix-find-tar-...

C
CityCat4, 2019-10-03
@CityCat4

A bike.
Well, that is, a self-written script that searches, packs, encrypts (if necessary) and then downloads what happened.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question