remote

remote ftp account but with the my normal domain name

I want to have an ftp account [email protected] that does not access my normal mydomain.com server but accesses any other remote server from some service provider. How do i do this with still keeping mydomain in the address? Which service providers would just give me an ftp account without moving my domian there? Do i need to in...

Restart iis on remote machine ( we have ip address ) by c# code

Hello How can restart iis on a remote machine? I know the ip address and admin user's user name and password information. ...

How do I make Remote Assistance as painless as possible?

I need to provide remote assistance to the users of my app, through the Internet. I need a reference for doing this, and I need to make the whole connecting to remote desktop process as easy as clicking a menu of my app for my users. I don't want them to get too involved with the procedure. I believe the built-in remote assistance featu...

Get heap dump from a remote application in Java using JVisualVM

I run JVisualVM (Windows XP, Sun Java 1.6.0.13, 32 bit client VM) to monitor a distant application (Linux, Sun Java 1.6.0.07, 64 bit server VM). Before starting the actual remote application, I launch on the remote machine jstatd using an all access policy: grant codebase "file:${java.home}/../lib/tools.jar" { permission java.securit...

SharePoint - Web part to view remote list

Which web part and how to configure it to view a list from a different site collection? Please note that I do not want to view a page but a list. For example view Announcements from a different team site under a seperate site collection. Thank you in advance for your help. ...

How to send relative mouse movement to another pc

I catch the windows mouse movement events and calculate an relative mouse movement to send it to another pc. So far so good, works well. But if I block the mouse movement on the screen that is sending the mouse coordinates (the client) or reach one side of the screen, there is a second mouse event fired by the windows api, that snaps th...

Using remote events in wcf

I want to deliver events from a server application to multiple clients. Since I'm using wcf to expose a service interface to the clients I gave a look in the wcf async callback mechanism, but it seems not to support dispatching one message to multiple clients. Is MSMQ a better way to implement delivery of events to multiple clients. Th...

How to programatically execute a CGI script form that contains a "file" type upload input field?

I've just written (in Perl) a simple web service that displays a web form containing a single "file" type upload field and a single Submit button. I made this simple web page with the intent that a human could use it and also that a script on a different machine could also execute it programatically. I got the human part all done and t...

WaitForExit for a process on a remote computer

Hi, I'm using WMI to start a process on a remote machine. The call to create the process returns immediately and I also get the id of the process on the remote machine. I would like to wait for the remote process to be completed. One option would be to poll whether a process on the remote machine with the given id still exists. Howev...

What is a good C# RFB library?

I'm searching for a library that implements the RFB protocol in C# with server and clients. Can anyone recommend something like that? I found .NET VNC Viewer, which looks really nice and I will use this if there is nothing else. ...

Inputing into other programs [C/C++]

So I have a C program that runs on the Windows Platform that periodically sends emails of log files , it is supposed to run in the background with no interference. I don't want to make the email address a constant. What are some ways to input an email address into this program? I was thinking of a simple script that just takes paramete...

Vendor Branches in GIT

A GIT project has within it a second project whose content is being worked on independently. Submodules cannot be used for the smaller, as even the subproject must be included when users attempt to clone or download the 'parent'. Subtree-merging cannot be used, as the subproject is being actively developed, and subtree merging makes it...

PHP Secure Remote Proxy Server Health

Hi, Want to be alerted when a secure remote proxy server stop working; for instance if Apache hangs for some reason. As the remote machine will still be up, will still be able to ping, though this would prove very little. Need to be able to script something that requests a path through the proxy and then returns the result. Investiga...

VLC remotely control from C#

Hello, i'm trying to control the VLC Media Player from C#. I tried getting a handle on the window with the FindWindow() command from .Net but as i found out the name of the window changes every time a file is played. The biggest problem i have is sending wm_commands to vlc..This approach worked with Winamp and Windows Media Player but wi...

Auditing transactions in an eCommerce add-on

Hi I'm puzzling over how I might achieve the following: We deal with a number of customers that have various eCommerce implementations, some using paypal, eBay store, .net cart and various others. We want to provide the customers with some simple code that they can add to their checkout process that will track the transaction and prov...

Remote Codebase

I have a dll. That dll is uploaded on a server. I want that each time the application starts to get the "latest" dll from the server, so I've used the following code in my app.config. Why isn't it working? here is the app.config file: <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <depe...

Is it possible to set-up a personal SVN Remote Repository which can be accessed through the Internet?

What I want to happen is have an SVN server on one computer, and have TortoiseSVN on other 3 computers, for example, and these 3 computers will be able to commit and checkout files from the SVN server, all of this via the Internet, and as much as possible, for free. Is this possible? Can you point me to some good tutorials? Thanks So fa...

debugging a shell extension remotely in a virtual machine

Hey guys, I'm trying to remotely debug a shell extension on a VM-Ware Vista installation through Vistual Studio 2008 (host system is Vista as well). My problem is that the shell extension gets registered correctly, but is never called. When I copy the extension to my virtual system by hand and run it there, it works fine. Is this mayb...

simple remote ODBC database connection with ruby

I am attempting to make a simple connection to a remote database. I can not seem to get it to work. remote_db = DBI.connect('DBI:ODBC:remote-host','user','password') remote_db.table { |table| pp table } Any help would be greatly appreciated. ...

Detect When Flash Loads Remote Item

I have a flash player that loads in some additional features from flash files on other sites... for example, the main flash player on on site1, but it displays an animation that is actually housed on site2. How can I detect when (and where) the main flash player is going to for information? Can I trace the network traffic somehow to se...