To find current user account in remote host..
how can we find current user name in an IP-address from java programs or java applets.
> how can we find current user name in an IP-address> from java programs or java applets.You can't if the remote system doesn't have a service which answers to some kind of requests (e.g. finger, and most systems do not respond to finger)Kaj