Commit a0e64f0a authored by 广宏伟's avatar 广宏伟

Merged in dev (pull request #124)

[Update] 修改默认为tmp
parents 413dc663 4f53020d
......@@ -45,7 +45,7 @@ def convert_error(func):
class SFTPServer(paramiko.SFTPServerInterface):
root = 'home' # Home or /tmp or other path, must exist on all server
root = '/tmp' # Home or /tmp or other path, must exist on all server
def __init__(self, server, **kwargs):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment