Kaydet (Commit) c9908c4f authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Document IPv6 changes. Contributed by itojun.

üst cbce202f
...@@ -191,9 +191,9 @@ read until \EOF{} from the open file object \var{file} using its ...@@ -191,9 +191,9 @@ read until \EOF{} from the open file object \var{file} using its
\begin{methoddesc}{transfercmd}{cmd\optional{, rest}} \begin{methoddesc}{transfercmd}{cmd\optional{, rest}}
Initiate a transfer over the data connection. If the transfer is 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, 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. command. Either way, return the socket for the connection.
If optional \var{rest} is given, a \samp{REST} command is If optional \var{rest} is given, a \samp{REST} command is
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment