]> granicus.if.org Git - curl/commit
ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size
authorKurt Fankhauser <kurtbutfrank@gmail.com>
Fri, 23 Oct 2015 12:57:30 +0000 (14:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Oct 2015 12:57:30 +0000 (14:57 +0200)
commit529f9310b1febcd3626aefbc598032572efb248a
treeb81bc965fd7ea0332f8b48251f2ecbc1c5fa7784
parentb1199def8c214163a86c0afd405a9f93aa7d2007
ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size

This allows FTP transfers with growing (or shrinking) files without
causing a transfer error.

Closes #480
docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3
lib/ftp.c