Skip to content

Commit 9cff18d

Browse files
Bumped version to 1.3.5.post19
Updated vendor constant enumerations at Sat Jun 7 10:06:02 UTC 2025. The following files have been changed: pcapkit/const/ftp/return_code.py
1 parent 9f9cccb commit 9cff18d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
0

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@
121121
]
122122

123123
#: version number
124-
__version__ = '1.3.5.post18'
124+
__version__ = '1.3.5.post19'

pcapkit/const/ftp/return_code.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ def __str__(self) -> 'str':
190190
#: Username okay, password okay. Challenge is ". . . . ".
191191
CODE_336: 'ReturnCode' = 336, 'Username okay, password okay.'
192192

193-
#: Service available, closing control connection. This may be a reply to any
194-
#: command if the service knows it must shut down.
195-
CODE_421: 'ReturnCode' = 421, 'Service available, closing control connection.'
193+
#: Service NOT available, closing control connection. This may be a reply to
194+
#: any command if the service knows it must shut down.
195+
CODE_421: 'ReturnCode' = 421, 'Service NOT available, closing control connection.'
196196

197197
#: Can't open data connection.
198198
CODE_425: 'ReturnCode' = 425, "Can't open data connection."

0 commit comments

Comments
 (0)