Date: Wed, 23 May 2001 10:02:00 -0500 From: Lucas Bergman <lucas@slb.to> To: Jason Hunt <jason.hunt@niicommunications.com> Cc: freebsd-questions@freebsd.org Subject: Re: ftpd connections viewable via who Message-ID: <20010523100200.B6091@billygoat.slb.to> In-Reply-To: <3B0BB80C.8A88C0FB@niicommunications.com>; from jason.hunt@niicommunications.com on Wed, May 23, 2001 at 08:15:56AM -0500 References: <3B0BB80C.8A88C0FB@niicommunications.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> In OpenBSD you can supply a switch to view who is connected via ftp > using the who command. Don't use FTP for non-public file transfers. It's not secure. > Is this possible in FreeBSD? No, AFAIK. This works, though: $ ps ax|grep ftpd|grep -v grep|awk -F": " '{print $3}'|egrep -v ^\$ If you like, put something like that in a script, and call it 'whoftp'. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010523100200.B6091>