summaryrefslogtreecommitdiff
path: root/fs/ftpfs.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-05 00:04:16 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-05 00:04:16 +0000
commite72b070d2cf1b9dc42118d6eb48ce6c614c861e7 (patch)
treee6238eaa21181e62ec05b06e13722fe28302f3c4 /fs/ftpfs.py
parent800bcbc18feccd92e1f4e4b87f4f6706e96f08aa (diff)
downloadpyfilesystem-e72b070d2cf1b9dc42118d6eb48ce6c614c861e7.tar.gz
Added FS command line scripts
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@537 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/ftpfs.py')
-rw-r--r--fs/ftpfs.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ftpfs.py b/fs/ftpfs.py
index 69e8379..53b5aaf 100644
--- a/fs/ftpfs.py
+++ b/fs/ftpfs.py
@@ -741,7 +741,9 @@ class FTPFS(FS):
'virtual': False,
'read_only' : False,
'unicode_paths' : True,
- 'case_insensitive_paths' : False,
+ 'case_insensitive_paths' : False,
+ 'atomic.move' : True,
+ 'atomic.copy' : True,
'atomic.makedir' : True,
'atomic.rename' : True,
'atomic.setcontents' : False,