remote

How does one check for remote file size and date ?

Is there a way in php to check remote files size and date/time on the server ? ...

Android.. How to Upload data from android phone to remote database?

Hi all. I am doing some android development, and now I need to send some android application generated data onto a remote server (a database)? How can I do that? can I use direct JDBC connection and sql? Thanks in advance! ...

how to upload android data onto remote server (a database)?

Hi all. I am doing some android development, and now I need to send some android application generated data onto a remote server (a database)? How can I do that? can I use direct JDBC connection and sql? Thanks in advance! ...

How to determine the session id on remote machine for usage with psexec -i using script/powershell/... ?

Hello, I am in need of a script or powershell command that will be able to determine the session id of a specific logged in user on remote machine, to be later used as parameter to the psexec -i execution of remote gui process on that session of that user on the remote machine. So far i managed to use psexec \\remoteMachine -u user -p...

SSH Connect to Mac using iPhone SDK for Remote Login

I wonder if anyone has succeeded in connecting to a Mac using an iOS Device via SSH (Remote Login) to access terminal and execute commands. I know that this is definietly possible as the Mobile Terminal App accomplishes this perfectly. I am trying to implement this connection in an iOS4 Application. Does anybody know the code to do this?...

how to use web service search/get methods

i would like to be able to retrieve results from this search by connecting directly to their database instead of screen-scraping: http://broinc.com/search.php would it be possible to return the results programmatically into some variable, instead of manually doing this search and then going through every page to get the results? ...

Remote dekstop printer sharing

I have two computers both running Windows 7 Professional x64. One computer has a USB printer connected (Dell V715W) which is working properly. When I create a RDP connection from the PC with the printer to the other PC, the printer is not shared. In the RDP settings I selected to share the printer in Local Resources, but no printer is ...

GIT: after push, remote repo shows files as deleted

Cannot find any of the files on my remote repo. Created a GIT repo on shared hosting (site5) as described by their tutorial init'd it and added a simple text file. OK Cloned on to my local (WinXP) machine. OK Deleted the test file on my local copy, added a few real files. OK Committed the local changes. OK Pushed to remote server. OK M...

git command to emit name of remote tracking branch

I'd like a command that emits the name of the tracked branch for the branch I'm on. Something like: $ git checkout --track -b topic origin/master Branch topic set up to track remote branch master from origin. Switched to a new branch 'topic' $ git unknown-command origin/master Is there such a command? ...

How to communicate between GSM/GPRS modem and remote PC, secured

Can you please tell me how to communicate between a GSM/GPRS modem and a remote server using secured TCP/IP? We are able to communicate, to and fro. But, how do we secure that communication? I want to accept only requests that come from modems which I will setup all arround, but not any other request (say we can simulate a request to ser...

MSMQ: Enterprise library msmq listener and private remote queues - cannot send message

Hi all, I have following problem: I am trying to log messages to the remote private message queue. To do this I am using Enterprise library 5.0 and msmq trace listener in my application. Unfortunately, I always end up with the following error: Exception Type: System.Messaging.MessageQueueException MessageQueueErrorCode: IllegalFo...

how to debug maven surefire test more easily (using eclipse as debug server)

I'm using maven / surefire / eclipse to write some code and later test / debug it. Standard way to do it is by using maven.surefire.debug maven property. By default, when this property is enabled, maven starts listening on port 5005 and I can attach to the debugged process using remote debugger. When the test finishes remote debugger di...

Jquery UI Autocomplete from remote source categorized

There are nice documentation on the jquery ui site on showing auto-complete options categorized http://jqueryui.com/demos/autocomplete/#categories And there is also an example about showing remote suggestions. http://jqueryui.com/demos/autocomplete/#remote But what I want is to load auto-complete options categorized from a remote sou...

Getting remote data - PHP or javascript?

Hi What method would you choose for retrieving tweets from Twitter, for example? Using json with jQuery (like http://juitter.com/), where client does the request. using PHP, for eg. CURL, where server does the request What are the advantages/disadvantages of both? ...

Handling Local and Remote DB in Django

I'm using Django and MySQL to serve a website. I have my own MySQL server on localhost for my site. Now I have a third-party MySQL database that I need to use to read and write to that is on a remote host. I set up the new database's information in my settings.py file, but a problem occurs when I try to access the remote DB. Because the ...

Unable to load external images in Silverlight

Hi All, I'm trying to load an image from a URL in Silverlight and have followed the steps at this site but to no avail. My code is as follows: imageUri = new Uri("http://php.scripts.psu.edu/dept/iit/hbg/philanthropy/Images/BlueSkyLarge.jpg", UriKind.Absolute); System.Windows.Media.Imaging.BitmapImage bi = new System.Windows.Media...

Rails remote_function, can I set the id dynamically on the client side with javascript?

I try this: remote_function(:url => {:controller => '/cities', :action => 'show'}, :method => 'get') But I get a routing error because I didnt specify an ID. But I want the ID to be able to change depending on a value that the user selects on the page at runtime. So then I tried this: remote_function(:url => {:controller => '/citie...

Windows application or service to communicate with another service on remote desktop

Hi, I need to write an application in C# that has to communicate with a service on a remote desktop. I would like to know if it will be better to write an application that sends information to a local service which in turn communicates with the remote service or would it be better for the application itself to communicate with the remot...

Post to Web Service from ASP, from Remote Server

Hi Guys I'm trying to Post Data to a Web Service, from ASP (VBScript), using the CreateObject("Microsoft.XMLHTTP"). Trick is, I am able to post the Web Service if it resides on the same server. But the moment I post the web service from a remote server or different server, I assume its as if the post data never got sent. Below is an ex...

Cant retrieve remote json data

I have my json data here : I cant call data from my own website to my local site. When I copy the same file to local root, it works. I changed the chmod of the remote file and added some headers but no change. Any ideas? ...