pyfilesystem
pyfilesystem copied to clipboard
Python filesystem abstraction layer
I am fetching data from a Windows FTP server, which contains some special characters. Python built-in ftplib can use a different encoding: https://docs.python.org/3/library/ftplib.html#ftplib.FTP > class ftplib.FTP(host='', user='', passwd='', acct='', timeout=None,...
Python 2.7.9 64 bit and 32 bit Dokan 0.7.4 FS 0.5.4 Windows 8.1 > > > from fs.memoryfs import MemoryFS > > > from fs.expose import dokan > > >...
Hi I use dokany mount an remote fs in window 10 as a local driver. And I set an file tag In the File Details pane. i try use osfs...
Boto now supports python3, but this module doesn't when trying to access an s3 bucket with the following code: ``` python from fs.opener import fsopendir fsopendir('s3://my_bucket').listdir() ``` ``` env/lib/python3.5/site-packages/fs-0.5.5a1-py3.5.egg/fs/s3fs.py in...
OS: macOS 10.12.5 Python: 2.7.14 fs: 0.5.5a1 osxfuse: 3.7.1 I want to mount a MemoryFS or a OSFS on Mac. It can work, but when I try to create a...
OS: windows7 x64 Python: 2.7(32bit) Pyfilesystem: 0.5.5a1 Dokan: 1.0.3 x64 ```python >>> from fs.expose import dokan >>> from fs.memoryfs import MemoryFS >>> memfs = MemoryFS() >>> dokan.mount(memfs, 'Q:\\') >>> dokan.unmount('Q:\\')...
Since 1.0.3 Dokan with commit https://github.com/dokan-dev/dokany/commit/548eea55f578c5dcb1f2ed6b69154b1592468b87 The current GetFileSecurity in pyfilesystem is no longer needed https://github.com/PyFilesystem/pyfilesystem/blob/master/fs/expose/dokan/__init__.py#L814
I attempted this command: `opener.opendir('s3://KEYPART:SECRETPART@BUCKET/path-within-bucket')` Results in the error "BotoClientError: Bucket names cannot contain upper-case characters when using either the sub-domain or virtual hosting calling format." An analogous command using...
Found using [anorack](https://github.com/jwilk/anorack).
Is there any prospect of adding support for OpenStack Object Storage (aka Swift)?: https://wiki.openstack.org/wiki/Swift