Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <-- webdav client command line
- download: https://sourceforge.net/projects/davutils/files/
- doc: https://davutils.sourceforge.io/docs/dav1/index.html -->
- <-- contoh configuration -->
- <-- letakan file ini di folder $HOME/.dav/config.xml atau C:\Users\<usrname>\.dav\config.xml -->
- <?xml version="1.0" encoding="UTF-8"?>
- <configuration>
- <repository>
- <name>edropbox</name>
- <url>https://e-dropbox.webku.com/remote.php/webdav/</url>
- <user>nama.user</user>
- <password>TG92ZTI0MXQhIw==</password>
- </repository>
- </configuration>
- <-- contoh upload
- dav put edropbox d:/temporary/wget.txt
- dav put edropbox/Text d:/temporary/wget.txt
- -->
- <-- contoh membuat direktori
- dav mkdir edropbox Text
- dav mkdir edropbox/Documents/PDF
- -->
- <-- contoh menghapus file
- dav remove edropbox wget.txt
- -->
Add Comment
Please, Sign In to add comment