You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using gdown.download_folder(url, quiet=True, use_cookies=False) to update a local folder with files present in a remote directory, and all work properly.
I wondered if could be possible to synch completely the folder, so in case a file was removed from the server, I would like it to be removed from the local folder as well.
I could clear all the folders before downloading, but this leads me to do a second question: is a file already present locally, and is the same present on the server will be re-downloaded every time?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using gdown.download_folder(url, quiet=True, use_cookies=False) to update a local folder with files present in a remote directory, and all work properly.
I wondered if could be possible to synch completely the folder, so in case a file was removed from the server, I would like it to be removed from the local folder as well.
I could clear all the folders before downloading, but this leads me to do a second question: is a file already present locally, and is the same present on the server will be re-downloaded every time?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions