]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In order to maintain interoperability with certain broken FTP servers,
authorDag-Erling Smørgrav <des@FreeBSD.org>
Thu, 19 Jan 2006 08:31:47 +0000 (08:31 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Thu, 19 Jan 2006 08:31:47 +0000 (08:31 +0000)
commit254f2fa20899ec7dc1c753592536f0f1e482e656
treea75e9e9dbe881a3eda17cd3b452b88504ed63aab
parenta4922fdaf5b28a65f6a548bf0039a9f65b1cef4c
In order to maintain interoperability with certain broken FTP servers,
ignore a MODE failure if and only if the mode we attempted to set was S
(which is supposed to be the default).

PR: bin/91973
lib/libfetch/ftp.c