I have two questions. I use " curl " for downloading files via Command prompt. if there is any other way, please tell me.
The first one is, how I can download multiple files one after another with PowerShell or cmd with one character difference.
like part-1.mp4 up to part-150.mp4
C:\Users\Omar\Downloads\Video\Complete CCNA from Associate to CCNA Expert>curl -O http://cdn3.amoozesh.af/drive1/Amoozesh/CCNA-2016-Complete/Part-1.mp4 "How i can add multiple downloads one after another part-150.mp4
The second one is, how I can download the Folder itself without going to download file by file as shown in I photo and command.
C:\Users\Omar\Downloads\Video\Complete CCNA from Associate to CCNA Expert>curl -O http://cdn3.amoozesh.af/drive1/Amoozesh/CCNA-2016-Complete <<< in here the folder is shown. is it possible to download a folder via the same URL?
