show login by WinSCP?

From: Hactar (ebenONE_at_tampabay.ARE-ARE.com.unmunge)
Date: 05/28/03


Date: Wed, 28 May 2003 03:46:47 GMT

Hi. My friend leaves WinSCP open for a long time doing something (or
nothing) on my machine. "who", "w" and "last" don't show him. How can
I see that it is, in fact, him, and not someone else?

While I'm at it, can I see which file he's reading or writing? "lsof"
shows /usr/bin/ssh and the libraries it uses. Thanks.

-- 
-eben    ebQenW1@EtaRmpTabYayU.rIr.OcoPm    home.tampabay.rr.com/hactar
AQUARIUS:  There's travel in your future when your tongue freezes to the
back of a speeding bus.  Fill the void in your pathetic life by playing
Whack-a-Mole 17 hours a day.  -- Weird Al, _Your Horoscope for Today_


Relevant Pages

  • Newbie : friend function problem
    ... The problem relates to a Class Time and within it I have defined a friend ... When I program the function inline within the class definition everthing ... int minutes; ... void AddMin; ...
    (comp.lang.cpp)
  • Re: Why wont this compile
    ... Can someone explain why the following code won't compile in both VC7 and VC8 ... You haven't made the function a friend. ... friend void Func; ... template void Func; is a friend, not the function template void Func; which is presumably closer to what is desired. ...
    (microsoft.public.vc.language)
  • Newbie : Problem with a friend function
    ... The problem relates to a Class Time and within it I have defined a friend ... When I program the function inline within the class definition everthing ... int minutes; ... void AddMin; ...
    (alt.comp.lang.learn.c-cpp)
  • ICE compiling template code
    ... I get ICE on the line that contains 'friend' keyword. ... int main{ ... friend void Function() ...
    (microsoft.public.vc.language)
  • Re: Please Comment on this Integer to String Code.
    ... representation from base -32 to 32(32 since strtoul takes 32). ... One friend points out that it takes upto 36. ... void printBase ... int main ...
    (comp.lang.c)