Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/humberry/SMBclient

Pythonista
https://github.com/humberry/SMBclient

Last synced: about 2 months ago
JSON representation

Pythonista

Awesome Lists containing this project

README

        

Access Samba/Windows-Shares
===========================

![alt text](https://img.shields.io/badge/iOS-11.x-lightgrey.svg?style=plastic "iOS 11.x")
![alt text](https://img.shields.io/badge/Pythonista-3.2-green.svg?style=plastic "Pythonista 3.2")
![alt text](https://img.shields.io/badge/Python-2.7-blue.svg?style=plastic "Python 2.7")

Small ui example: upload/download/rename/delete files or make/remove directories. Use at your own risk, this worked with my mini wifi router usb share. I'm not responsible for data loses (please always backup your data:).

First you need to download the impacket python module: impacket-0.9.12.tar.gz
Then extract \impacket-0.9.12\impacket\ to the side-packages directory.
And you also need a copy of ntpath.py in your side-package directory.

![](https://raw.githubusercontent.com/humberry/SMBclient/master/image000.jpg)