Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
coco
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
coco
Commits
80826161
Commit
80826161
authored
Sep 11, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改版本依赖
parent
5bc3638f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
sftp.py
coco/sftp.py
+5
-1
requirements.txt
requirements/requirements.txt
+2
-2
No files found.
coco/sftp.py
View file @
80826161
...
@@ -160,7 +160,11 @@ class SFTPServer(paramiko.SFTPServerInterface):
...
@@ -160,7 +160,11 @@ class SFTPServer(paramiko.SFTPServerInterface):
return
attr
return
attr
else
:
else
:
sftp
=
self
.
get_host_sftp
(
host
,
su
)
sftp
=
self
.
get_host_sftp
(
host
,
su
)
return
sftp
.
stat
(
rpath
)
try
:
stat
=
sftp
.
stat
(
rpath
)
return
stat
except
FileNotFoundError
as
e
:
return
paramiko
.
SFTPServer
.
convert_errno
(
e
.
errno
)
def
lstat
(
self
,
path
):
def
lstat
(
self
,
path
):
host
,
su
,
rpath
=
self
.
parse_path
(
path
)
host
,
su
,
rpath
=
self
.
parse_path
(
path
)
...
...
requirements/requirements.txt
View file @
80826161
...
@@ -8,7 +8,7 @@ cffi==1.11.2
...
@@ -8,7 +8,7 @@ cffi==1.11.2
chardet==3.0.4
chardet==3.0.4
click==6.7
click==6.7
crcmod==1.7
crcmod==1.7
cryptography==2.
1.4
cryptography==2.
3.1
docutils==0.14
docutils==0.14
dotmap==1.2.20
dotmap==1.2.20
elasticsearch==6.1.1
elasticsearch==6.1.1
...
@@ -40,5 +40,5 @@ six==1.11.0
...
@@ -40,5 +40,5 @@ six==1.11.0
tornado==4.5.2
tornado==4.5.2
urllib3==1.22
urllib3==1.22
wcwidth==0.1.7
wcwidth==0.1.7
eventlet==0.2
2
.1
eventlet==0.2
4
.1
Werkzeug==0.14.1
Werkzeug==0.14.1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment