commit | bc8fc9803fbd0fa9daf0dba796d42d03faf49120 | [log] [tgz] |
---|---|---|
author | Howard Chu <hyc@highlandsun.com> | Tue May 11 22:48:38 2010 +0200 |
committer | Daniel Stenberg <daniel@haxx.se> | Tue May 11 22:48:38 2010 +0200 |
tree | edd313accc3ad85ef2b4826f5ffa9e335da86ebd | |
parent | 016ce4b1daa0f8d44a0da7105e1e1c97531e8b87 [diff] |
sendrecv: make them two pairs of send/recv to properly deal with FTPS FTP(S) use two connections that can be set to different recv and send functions independently, so by introducing recv+send pairs in the same manner we already have sockets/connections we can work with FTPS fine. This commit fixes the FTPS regression introduced in change d64bd82.