Date: Thu, 17 Aug 2000 16:51:47 -0700 (PDT) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libftpio ftpio.3 ftpio.c Message-ID: <200008172351.QAA01035@freefall.freebsd.org>
index | next in thread | raw e-mail
archie 2000/08/17 16:51:47 PDT
Modified files:
lib/libftpio ftpio.3 ftpio.c
Log:
(forced commit: previous commit message was truncated)
Fix two bugs:
- The ftpPassive() function seemed to think that the PASV command
is a toggle. This is not true (however, the ftp(1) "pass" command
is indeed a toggle). So no need to emit a "PASV" command each time
this function is called; that's handled by ftp_file_op().
- check_passive() is supposed to check if FTP_PASSIVE_MODE is defined,
and if so, override ftpPassive(). However, it was overriding
ftpPassive() even if FTP_PASSIVE_MODE was not defined, rendering
calls to the ftpPassive() function completely ineffectual.
Also, clarify the relationship between ftpPassive() and the
FTP_PASSIVE_MODE environment variable in the man page.
Revision Changes Path
1.24 +1 -1 src/lib/libftpio/ftpio.3
1.39 +1 -1 src/lib/libftpio/ftpio.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008172351.QAA01035>
