security.c: factored the logic from Curl_sec_login into a dedicated method that bette...
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Sat, 11 Sep 2010 19:20:04 +0000 (12:20 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Sep 2010 21:34:36 +0000 (23:34 +0200)
commit1d95a48fe9b8a8ee80c820130291d38df698ade8
tree4a765dcd6b78cb69eb1e12eeb7756bd45670686b
parent512a82d3950c1fc84783a0794a33ea471a517c1f
security.c: factored the logic from Curl_sec_login into a dedicated method that better reflect its intent.

Introduced a helper method ftp_send_command that synchronously send
an FTP query.
lib/security.c