Skip to content

Commit 7721a03

Browse files
authored
Update pyneofile_py3.py
1 parent f7f2eee commit 7721a03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyneofile_py3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ def add_format(reg, key, magic, ext, name=None, ver="001",
426426
"format_extension": ext,
427427
}
428428

429-
__upload_proto_support__ = "^(http|https|ftp|ftps|sftp|scp|tcp|udp|data|file|bt|rfcomm|bluetooth)://"
430-
__download_proto_support__ = "^(http|https|ftp|ftps|sftp|scp|tcp|udp|data|file|bt|rfcomm|bluetooth)://"
429+
__upload_proto_support__ = "^(http|https|ftp|tftp|ftps|sftp|scp|tcp|udp|data|file|bt|rfcomm|bluetooth)://"
430+
__download_proto_support__ = "^(http|https|ftp|tftp|ftps|sftp|scp|tcp|udp|data|file|bt|rfcomm|bluetooth)://"
431431
__use_pysftp__ = False
432432
if(not havepysftp):
433433
__use_pysftp__ = False

0 commit comments

Comments
 (0)