pyfilesystem icon indicating copy to clipboard operation
pyfilesystem copied to clipboard

Python filesystem abstraction layer

Results 81 pyfilesystem issues
Sort by recently updated
recently updated
newest added

``` Hi, I am working on building a OpenBSD package of fs. It seems like it mostly works, although there are a bunch of test failures. I am running the...

Priority-Medium
Type-Defect
auto-migrated

``` The attached patch introduces a few new features, summarised below: * fs.commands.Command classes can declare a check_args(parser, options) method to perform additional assertions on the options passed by the...

Priority-Medium
Type-Defect
auto-migrated

``` Try an invalid lists operation and print its exit code: fsls ftp://anon:[email protected]; echo $? fsls will print an error and we expect the exit code to be 1, but...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. fsmount mem:// ram 2. Try to copy a file from another folder into the ram folder cp ~/Documents/samplefile.txt ram Now the MemoryFS...

Priority-Medium
Type-Defect
auto-migrated

``` The source tarball does not contain the files LICENSE.txt and ChangeLog from the SVN repository. It would be nice for distribution packages to have these files in the tarball....

Priority-Medium
Type-Defect
auto-migrated

``` Please provide a separate lib for the GUI stuff. I do not use wxPython and don't want to install it. ``` Original issue reported on code.google.com by `[email protected]` on...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Create a simple MemoryFS memfs. from fs.memoryfs import MemoryFS memfs = MemoryFS() 2. Mount memory memfs using FUSE. from fs.expose import fuse...

Priority-Medium
Type-Defect
auto-migrated

``` Using fs 0.4.0 This code is support so list stuff in /tmp but it returns all items from the / directory. from fs.opener import opener layer, path = opener.parse('sftp://some.host/tmp')...

Priority-Medium
Type-Defect
auto-migrated

``` The ResourceNotFound exception used in the following file is not imported. https://code.google.com/p/pyfilesystem/source/browse/trunk/fs/expose/django_stor age.py Traceback (most recent call last): File "/srv/www/finda/current/code/apncore/storage/tests.py", line 27, in test_fs media_storage.delete('dogs.txt') File "/usr/lib/python2.6/site-packages/fs/errors.py", line 191,...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, I’ve noticed when using the fs.opener that when passing in a fs_url with the username and password it fails to properly split the credentials from the url if...

Priority-Medium
Type-Defect
auto-migrated