Skip to content

Commit 968c8ea

Browse files
Bumped version to 1.0.2.post40
Updated vendor constant enumerations at Sat Jun 7 10:10:48 UTC 2025. The following files have been changed: pcapkit/const/ftp/return_code.py
1 parent 0ff5b53 commit 968c8ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
]
125125

126126
#: version number
127-
__version__ = '1.0.2.post39'
127+
__version__ = '1.0.2.post40'

pcapkit/const/ftp/return_code.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ def __repr__(self) -> 'str':
152152
#: Username okay, password okay. Challenge is ". . . . ".
153153
CODE_336 = 336, 'Username okay, password okay. Challenge is ". . . . ".'
154154

155-
#: Service available, closing control connection. This may be a reply to any
156-
#: command if the service knows it must shut down.
157-
CODE_421 = 421, 'Service available, closing control connection. This may be a reply to any command if the service knows it must shut down.'
155+
#: Service NOT available, closing control connection. This may be a reply to
156+
#: any command if the service knows it must shut down.
157+
CODE_421 = 421, 'Service NOT available, closing control connection. This may be a reply to any command if the service knows it must shut down.'
158158

159159
#: Can't open data connection.
160160
CODE_425 = 425, "Can't open data connection."

0 commit comments

Comments
 (0)