Commit 4f53020d authored by ibuler's avatar ibuler

[Update] 修改默认为tmp

parent a3a69ec1
......@@ -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