Re: FTP client
"Stephen R. van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Pontus ??stlund wrote: >entering passive mode and such. The problem starts when I try to issue a >LIST command. Nothing happens and the read-loop hangs until the server >closes the connection. And I don't know why that is! That's because any file transfer command (including LIST, which transfers the content of the directory(file)) results in a temporary separate TCP connection which is being used to transfer the filecontent. See: https://www.ietf.org/rfc/rfc959.txt -- Stephen.