We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3aec8 commit 4806e23Copy full SHA for 4806e23
conda/build
@@ -1 +1 @@
1
-1
+0
pcapkit/__init__.py
@@ -124,4 +124,4 @@
124
]
125
126
#: version number
127
-__version__ = '1.0.2.post27'
+__version__ = '1.0.2.post28'
pcapkit/const/ftp/return_code.py
@@ -139,8 +139,8 @@ def __repr__(self) -> 'str':
139
#: Requested file action was okay, completed.
140
CODE_250 = 250, 'Requested file action was okay, completed.'
141
142
- #: User name okay, password okay.
143
- CODE_331 = 331, 'User name okay, password okay.'
+ #: User name okay, password needed.
+ CODE_331 = 331, 'User name okay, password needed.'
144
145
#: No need account for login.
146
CODE_332 = 332, 'No need account for login.'
0 commit comments