The "get ftp command response" function now uses select() on the socket and
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jul 2000 12:12:29 +0000 (12:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jul 2000 12:12:29 +0000 (12:12 +0000)
commit76f34986362fa5a0c33a971e45d0747166605e70
treeebc455d28be6cb9b1596e104d839818571aa0a3b
parentf836400094463b0479103b7761375c4188dc7bb6
The "get ftp command response" function now uses select() on the socket and
thus enables timeout if the server doesn't respond within the proper time.
lib/ftp.c