diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-08-04 22:22:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-08-04 22:22:45 (GMT) |
commit | c9908c4f5c7f22d241538db13bd9fc0fea4cc9b8 (patch) | |
tree | a4d4f1356da28dab90add82daaf0e1c6d8ca6f39 /Doc/lib/libftplib.tex | |
parent | cbce202f827e113ef4d15bf3f4fb4accc6f779de (diff) | |
download | cpython-c9908c4f5c7f22d241538db13bd9fc0fea4cc9b8.zip cpython-c9908c4f5c7f22d241538db13bd9fc0fea4cc9b8.tar.gz cpython-c9908c4f5c7f22d241538db13bd9fc0fea4cc9b8.tar.bz2 |
Document IPv6 changes. Contributed by itojun.
Diffstat (limited to 'Doc/lib/libftplib.tex')
-rw-r--r-- | Doc/lib/libftplib.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index f6da28c..e7e5341 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -191,9 +191,9 @@ read until \EOF{} from the open file object \var{file} using its \begin{methoddesc}{transfercmd}{cmd\optional{, rest}} Initiate a transfer over the data connection. If the transfer is -active, send a \samp{PORT} command and the transfer command specified +active, send a \samp{EPRT} or \samp{PORT} command and the transfer command specified by \var{cmd}, and accept the connection. If the server is passive, -send a \samp{PASV} command, connect to it, and start the transfer +send a \samp{EPSV} or \samp{PASV} command, connect to it, and start the transfer command. Either way, return the socket for the connection. If optional \var{rest} is given, a \samp{REST} command is |