summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorElan Ruusamäe2012-04-02 20:43:09 (GMT)
committerElan Ruusamäe2012-04-02 20:43:09 (GMT)
commit461bc5abf6951e398fdcddda9f46edb8ebe7ed6c (patch)
treef69b77d5420a1ef4a5f9f4a34c9b41db293093da /bin
parent5a666fec6cd7818f5b274d9776eb13e8923cd436 (diff)
downloadpld-ftp-admin-461bc5abf6951e398fdcddda9f46edb8ebe7ed6c.zip
pld-ftp-admin-461bc5abf6951e398fdcddda9f46edb8ebe7ed6c.tar.gz
- extend ftpiod to be able to get locks info over the protocol
Changed files: bin/pfa-dump-locks -> 1.2 modules/cmds.py -> 1.15 modules/cons.py -> 1.8 modules/ftpio.py -> 1.9 modules/ftptree.py -> 1.55
Diffstat (limited to 'bin')
-rw-r--r--bin/pfa-dump-locks2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pfa-dump-locks b/bin/pfa-dump-locks
index 640b875..32fdfdf 100644
--- a/bin/pfa-dump-locks
+++ b/bin/pfa-dump-locks
@@ -8,4 +8,4 @@ import ftpio
import config
ftpio.connect()
-ftpio.locks_dump()
+print ftpio.locks_dump()