3
I’m doing a project that will download a Git from Github, but I want the download to be automated to the user. For this, I need to get the name of the files and folders that are in the directory. Are there any files in a file that contains the existing directories and files in each Git?
I know that locally this stays in the folder
.git
and inside the archiveindex
.– Mansueli
Want to do this on the server or client side?
– Sergio
@Sergio always, client. It’s a C++ desktop application with Winapi.
– user2692
Serves the zip link?
https://github.com/contaUtilizador/nomeProjeto/archive/master.zip
– Sergio
@Sergio perfect. I will find a way to turn the zip into folders. Can put the comment as answer!
– user2692