remote-client

Get IP Address of Remote Client with No DNS Entry in VB.Net

I have a Windows forms application running on a terminal server. I need to determine the IP addresses of each client machine. I found a way to retreive the IP address for computers with DNS entries (example below), but several of my thin clients were set up with static IPs and have no DNS name. Is there a way to determine the IP addre...

libssh + iPhone Implementation with multiple commands execution in sequence

Hi guys... It seems my questions are strange and i'm not getting enough help but I'm back. I've another strange question which needs to be solved in emergency. I'm developing an iPhone app. which uses libssh 2 for commands execution through iPhone over remote host. It's okay and working all methods and commands if i execute them in sin...