pyfilesystem
pyfilesystem copied to clipboard
Python filesystem abstraction layer
``` 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...
``` 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...
``` 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...
``` 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...
``` 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...
``` 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...
``` 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...
``` 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...
``` 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...
``` 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...