remote-access

I need to read a remote file with logs from a tomcat

I need to read a remote file with logs from a tomcat What is the most convenient way to do it if I have ssh access to the log folder ? ...

How to write to a remote domain

Hello, I have a domain www.example.com In the domain, www.example.com/write directory is chmod to 777. Now, suppose, if I want to create a new directory like www.example.com/write/new from www.some-domain.com, what should I be doing. I know PHP, Python. Please relate the answers to this. ...

How to access a remote OPC server programmatically?

I have downloaded & installed the OPCDA.NET client component evaluation & XMLDA.NET client component evaluation. It provides some C# samples for browsing the available OPC Server, connecting to the OPC server, & browsing the available items on the server. I know the programmatic way in which we can access the local OPC server. It is pro...

How to remotely control a Windows Service with ServiceController?

Hi, I'm trying to control Windows Services that are installed in a remote computer. I'm using the ServiceController class. I have this: ServiceController svc = new ServiceController("MyWindowsService", "COMPUTER_NAME"); With this, I can get the status of the Windows Service like this: string status = svc.Status.ToString(); But I...

Edit files on server with Eclipse

I'm trying to figure out how to do this with Eclipse. We currently run SVN and everything works great, but I'd really like to cut my SSH requests in half and use Eclipse to modify some files directly on the server. I'm using the below build of eclipse... how can I do this? Eclipse for PHP Developers Build id: 20100218-1602 Update ...

Can I run matlab on Windows with UI, just that the code runs on remote server?

Hey, I am using my laptop to run MATLAB and it's very convenient but SLOW. We have strong servers that run MATLAB but it's more convenient for me to run the application with UI on my laptop (as opposed to say running Matlab through command line). Is it possible to run matlab on Windows, locally, with UI, just that the code runs on a rem...

Remote Control Software (SSH alike)

Hi, I'm about to start a project for coding a remote control software for windows machines and I would like to start from the server side application. I need something like OpenSSH server because the main purpose of the program would be to provide http tunneling of the client through the server,something like proxy but more secure and w...

use perl script on remote servers and bring back output to local terminal or screen

I have the following perl script that works locally given the input parameters. I need the script to access remote servers for the same information, given that I've already setup the ssh keys successfully. The path for the logfiles on the remote servers are identical to local. Configuration for remote servers are identical. I just need t...

Are business applications which depend on remote desktop are obsolete

We are planing to invest in new software for our factory. Targeting application is standard users application for handling data of goods (bills, finances, accounting management, goods, simple manufacturing with human inputs of data). One of our partner whit the highest chance for getting job, have pretty good application, most of things...

Having trouble connecting C# executable to database file on remote computer.

Hello Friends, Using VC# I've created a staff management app that, upon its first run, is expected to query the user for the path to a (.mdf) database which will reside on a remote computer. A resulting path may be something like string dbPath = @"P:\remoteComputer\public\StaffTool\ExamplePersonnelDatabase.mdf"; Then I'm placing th...

Reading remote file size using filesize

Hi, I read the manual that filesize() is able to calculate file size from remote file. However, when I try to do that with snippet below. I got error PHP Warning: filesize(): stat failed for http://someserver/free_wallpaper/jpg/0000122_480_320.jpg in /tmp/test.php on line 5 Here's my snippet: $file = "http://someserver/free_wallpaper...

System.InvalidOperationException on starting C# web server(form based) through SSH

I get this particular exception when starting the Cassini Web Server(to be run on a remote machine) after logging into the remote machine through SSH: Unhandled Exception: System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the...

HOW-TO: remote file access from a web server ?

Hello Everyone, We have a web application which which is deployed and used within an intranet. The application reads in text files from a specified location on the web server itself. Now we have a requirement of reading in text files from other machines as well, so i'm exploring possible options to implement this. Possible options i'v...

How to check programmatically the OS of remote host?

I need to check if remote host is Windows or Unix/Linux. I can't assume that it has web server configured. All I can do is to try to connect to several TCP or UDP services. Which TCP services (TCP port numbers) usually will be opened on Windows and not on Unix/Linux and vise versa? The other way is to try to ssh to it, and if it fails...

What's the best way to run remote command line from one Windows host to another?

I used psexec, but it has problem with antiviruses. The other possibility is using WMI, but it's not installed on every Windows machine. ...

How to authenticate an HTTP request to remote server that can be utilize on end user browser?

Hi Friends, Details of the problem: There is one page which is actually a streaming to The Axis IP camera which spits MJPEG output It requires user to log in with the user name/password promp on browser I am using this stream to show video directly on a web page It shows video correctly but asks user to provide correct user name and ...

Developing a tool to know who connected to remote machine?

Hi All, Scenario: We are a team of 22 members who daily log on to their local machines with their unique IDs and then connect to remote machines with a set of Logins. Here the logins used to connect to remote machines are not unique..I mean more than one machine can be connected with same user name.. In one line 22 remote machines wil...

xampp - connecting to a local database from another local machine inside a LAN

Hi, I am using XAMPP to create php projects. My system is: name=con7 and local ip=192.168.1.20 Another system is: name=con12 and local ip=19.168.1.10 I want to connect to a database in con12 from con7. I read that we need to provide access permission for the host(ip) which is trying to connect from a different machine like the Access H...

Remote connection between a website and local computer.

Is there any way I can connect to a local computer from internet website.. My requirement is to develop an Asp.Net web application which need to communicate with a local database.. ...

I want to copy and run .exe file to a remote computer?

i have copied the exe file and it was no problem, useing the following code, but now i want to run it, can anyboyd help me on this. NOTE: i have the access to servers through remote desktop, but cant do this manually, coz there are dozens of them, cant get a program running on it like psex or whatever. WindowsIdentity wi = new WindowsI...