Skip to content

edhs0011/webdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Upload file with WebDAV

1. Start a locol WebDAV server


Pull docker image

docker pull morrisjobke/webdav

If you haven't install docker, please see docker The docker repository: morrisjobke/webdav/

Open browser to make sure the WebDAV server is started

http://localhost:8888/webdav

2. Try to upload a file to the server


Install the package

pip install -r requirements.txt

Modify the file path in code

# Modify the path to what you want to upload
remote_path = "file1"
local_path = "/Users/ipython/Desktop/file1"

Run the command

python webdav.py


3. See the result

browser.png

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages