Thanks to visit codestin.com Credit goes to github.com
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 bade030 commit f358ffeCopy full SHA for f358ffe
1 file changed
library/ftplib.po
@@ -276,6 +276,8 @@ msgid ""
276
"nothing if a response code corresponding to success (codes in the range 200"
277
"--299) is received. Raise :exc:`error_reply` otherwise."
278
msgstr ""
279
+"将一条简单的命令字符串发送到服务器,并处理响应内容。如果收到的响应代码表示的是成功(代码范围 200--299),则不返回任何内容。否则将引发 "
280
+":exc:`error_reply`。"
281
282
#: ../../library/ftplib.rst:243
283
msgid ""
@@ -308,7 +310,7 @@ msgstr ""
308
310
309
311
"Enable \"passive\" mode if *val* is true, otherwise disable passive mode. "
312
"Passive mode is on by default."
-msgstr ""
313
+msgstr "如果 *val* 为 true,则打开“被动”模式,否则禁用被动模式。默认下被动模式是打开的。"
314
315
#: ../../library/ftplib.rst:273
316
0 commit comments