Skip to content

Commit

Permalink
Add -d | --skip-duplicates flag | Fix #44
Browse files Browse the repository at this point in the history
* Do not upload the files with the same name, if already present in the root folder/input folder, also works with recursive folders.

* If this flag used along with -o/--overwrite, the skip duplicates flag is preferred.
  • Loading branch information
Akianonymus committed May 10, 2020
1 parent 1c20084 commit 150f04f
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 181 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ Other Options available are

-o | --overwrite - Overwrite the files with the same name, if present in the root folder/input folder, also works with recursive folders and single/multiple files.

Note :
If you use this flag along with -d/--skip-duplicates, the skip duplicates flag is preferred.

-d | --skip-duplicates - Do not upload the files with the same name, if already present in the root folder/input folder, also works with recursive folders.

-f | --[file/folder] - Specify files and folders explicitly in one command, use multiple times for multiple folder/files.

For uploading multiple input into the same folder:
Expand Down
Loading

0 comments on commit 150f04f

Please sign in to comment.