Skip to content

Commit

Permalink
v2.3.1 - Delete - Added example delete to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinus committed Jul 18, 2024
1 parent 520eabe commit 94c7046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ zip -q -r -9 - /home/myname/myfolder | ./cloudsend.sh - 'https://cloud.mydomain.

### Deleting Files/Folders
Since version 2.3.1 you can delete files and folders at the remote server.
Just pass the file/folder to be deleted as if it was the file being sent.
Just use the option `-D|--delete` and pass the file/folder to be deleted as if it was the file being sent.
In this example I delete a `cloudsend.sh` folder from the remote (it had several folders and files inside it).
```
$ ./cloudsend.sh -p MYSUPERPASS -D ../cloudsend.sh 'https://mycrazyserver.com/index.php/s/fb16za9esovgkDB'
Expand Down

0 comments on commit 94c7046

Please sign in to comment.