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

``` What steps will reproduce the problem? 1. Compile Python 3.2.3 on CentOS 6.3 (others may have same issue but CentOS 6.3 is what I use). 2. Attempt to install...

Priority-Medium
Type-Defect
auto-migrated

``` Bit of a complicated problem to explain, so rather than re-explain it here I'll just point to the discussion thread where it already got discussed to death ;-) https://groups.google.com/forum/#!topic/pyfilesystem-discussion/N6-2HbeMXGo/disc...

Type-Defect
auto-migrated
Priority-High

``` What steps will reproduce the problem? 1. Mount a file system with fsmount. 2. Unmount the filesystem with fsmount -u 3. Check for effects of close() What is the...

Priority-Medium
Type-Defect
auto-migrated

``` Not sure if this is a bug or not, but thought I'd report it here in case it is ;) What steps will reproduce the problem? >>> from fs.osfs...

Priority-Medium
Type-Defect
auto-migrated

``` Attached are changes to ftpfs.py to fix an issue when accessing a Windows FTP server. The FTP server on a windows based system had two issues: 1) An extra...

Priority-Medium
Type-Defect
auto-migrated

``` Following short patch (against current trunk) adds support for correct handling of file times (created/modified) in TahoeFS. Please include this patch to official source code. diff --git a/fs/contrib/tahoefs/util.py b/fs/contrib/tahoefs/util.py...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Create an SFTP object using username and password 2. Try to pickle it 3. Try to load it. You will see an...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. compile any Filesystem to an Executable 2. Try to Mount 3. Get the output: ----- What version of the product are you...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Mount tahoe-lafs filesystem via fuse expose 2. Copy lots of files, until there are not enough storage nodes accepting shares 3. Next...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Go to any catalog with files. 2. See log. What version of the product are you using? On what operating system? All...

Priority-Medium
Type-Defect
auto-migrated