remote

How to synchronize files over FTP with Eclipse RSE?

I installed Helios, which has the latest version of the RSE package, and I could copy files from the remote server just fine, but I don't seem to be able to use the "Review/Synchronize" option. I select the folder on the remote directory, specify the "Into folder" of the local directory, hit Finish, and nothing ever gets synced. Thoughts...

Under what scenarios would one want to connect to a host other than localhost?

What I mean is when: mysql_connect('localhost', 'root', 'root'); I provide 'localhost' as the first argument without ever stopping to think what purpose it serves. I guess the opposite would be remote host, but when would you actually use it? Hope it is not a too stupid question, but I really dont know why its there... ...

Is it possible to submit a form to a remote script with ajax?

Hello, i have have a form in site A and want to submit the form to a script located in site B. If i submit the form normally all works well. If i try something like the following all hell breaks loose (well actually, nothing really happens :D) $('#gs_vote_button').click(function(){ $.ajax({ type: "POST", url: 'htt...

call remote programs by URL with python

Hi, guys, I am developing a GUI in python with wxPython framework to launch several subprocess programs. Now I could do it for the local files, e.g. if we have a compiled .out file under the path "/AAA/BBB/xxx.out", I could do with command like this: subprocess.Popen("/AAA/BBB/xxx.out", stdout=subprocess.PIPE) Now, I am thinking to ...

How to connect to a remote MySQL DB without webservices... ? (ANDROID)

Hi can i do it? I just wanna make SELECT/INSERT into a remote database, i think it have to be easy but i can't find the way. I only find people that tell i have to make a webservice or something like that, but that is another world for me, and i can't put a webservice in the database host... ¿there is not a normal way to do it without ...

Parcel.readException passing an object to remote service

I wrote a remote service that the clients can log on with the usual mechanisms of IPC provided by Android and the binding seems to work. The problem arises when I go to call a method that I have to pass an object as a parameter because I get this "curious" exception: 10-19 15:09:04.601: ERROR/AndroidRuntime(2985): FATAL EXCEPTION: main ...

Connecting to Remote Desktop after changing Domain

I have a VM that is on a different domain and I have previously been able to connect with it. As a test, I changed the VM's domain to my domain and the VM's DNS to my DNS (The VM's domain trusts mine, one way). After doing this, the VM can no longer connect to the internet, but I am still connected to the VM. The next day, I try to con...

Securing JNDI for remote clients on JBoss

Does anybody know how to secure the JNDI access for remote clients on JBoss? I know how to secure remote JMX invokers but even with that in effect it is still possile to lookup, bind and unbind things in JNDI even if the client is not authenticated. I would like that that the server refuses to give you access to the InitialContext if yo...

Connecting multiple debuggers to a debugee (Java,JPDA)

Hi, Ive been trying unsuccessfully to connect two client debuggers to a Debuggee program in context of JPDA. Is this possible or are there workarounds to make it happen? I am using eclipse as the IDE (edit for typo). Think of a server program as a Hello World which Prints out: System.out.println("I have the String"); //1 System.out...

The Javascript Datastore Problem

This might sound super crazy but I really want to know if this can be done. Assume a multi-user site that gives users some tools to build web apps from the site itself (using only HTML/CSS/JS) and share them. Now, if each of the apps were to be assigned a datastore, say just a table for convenience, is it possible to make secure query/i...

How to change file extensions using FTP remote?

Hello, how can I change several .xsd extensions to .xml using FTP remote? Thanks in advance ...

Loading Remote values for Editor - Extjs

In a Extjs application, I want to load different values for a combobox editor of a column in editor grid panel. The values would typically come from a server call. How to do this? ...

C# program to remote login and change password of services

I am required to write a C# program, that, given a list of servers and services running on them, remotely logs into the servers, stops the service, changes the password associated with that service and restarts the service. I am not entirely sure if it is even possible, but I would like to believe it is. Any pointers as to where / what ...

Git problems with git push --all

I have a base repository that lives on a UNC \machine\share ....etc. I have a local clone that I work on in the master branch and occasionally merge over to the "stable" branch. usually I do a git push --all to move all changes in all branches up to the server. After creating a new branch git branch MultiCompany and then pushing it t...

GIT - getting 'receive.denyCurrentBranch' pushing to bare repo

Have a remote git bare repo that onto which I've pushed a branch from one machine, and pulled to another machine. Made some changes on the other machine, trying to push those changes back to the remote bare repo, and I get the 'receive.denyCurrentBranch' error. What's going on? This isn't supposed to happen on a bare repo - there's no...

Modify the code to perform operation on remote servers

I wrote the following code to change the user account and password associated with a Windows Service. How can I modify this code to be able to perform the same operation on a remote system? static void Main(string[] args) { string serviceName = "DummyService"; string username = ".\\Service_Test2"; ...

Changing the 'Run As:' field for a scheduled task via C#

I need to write a C# program to change the 'Run As' field of scheduled tasks on remote systems. What are some of the libraries I should be looking at to achieve this? ...

Login to remote site with cURL - receive cookie, send one, go to subpage

Hi, I'm trying to login to a remote site called Lectio. The site sets six cookies on your computer when you visit it. When I try to log in with cURL, I only get two cookies. Three of these six cookies should be set even when entering the site and not logging in. I get two of these cookies. I guess the last one is set through JavaScript...

Visual Studio Remote Debugging on XP Embedded - tried everything, please help!

I need to debug some C# code on a remote machine running XP Embedded. I did remote debugging on several occasions on different Windows operating systems and all worked well, but I think that the XP Embedded OS is missing something. I'm popping my brains out in the last couple of days, reading and trying stuff, but nothing seems to work...

FTP quote RCMD CALL from Ubuntu Server to remote UNIX system

I have a file containing my clients articles that weekly needs to be uploaded to a remote UNIX server via FTP and a remote command is used to read the articles into their system (an agency that keeps track of EAN-codes). The people running the remote server gave my client a batch-file to run in order to upload this article file to the se...