Tagged Questions
The remote-server tag has no wiki summary.
3
votes
1answer
3k views
How to upload image to remote server in iphone?
I am trying to upload a image which i am clicking with the help of the camera. I am trying the following code to upload the image to the remote server.
-(void)searchAction:(UIImage*)theImage
{
...
3
votes
1answer
187 views
Handling delays when retrieving files from remote server in PHP
I am working with PHP to access files and photos from remote servers. I am mostly using the file_get_contents() and copy() functions.
Sometimes accessing a small text file or photo is almost ...
2
votes
8answers
17k views
UNIX ssh script, running commands on remote server
I would like to create a script that automatically logs into a remote server and grabs a file on the server. The script already logs into the server however the commands are not run on that machine. ...
2
votes
4answers
3k views
How to run a php script through the command line
I am trying to run a php script on my remote Virtual Private Server through the command line. The process I follow is:
Log into the server using PuTTY
On the command line prompt, type> php ...
1
vote
1answer
24 views
How can I setup subversion on my remote dedicated linux machine maintained by Go daddy?
Is there any instructions on how to setup Subversion on a dedicated linux box? I have not been able to find clear instructions on how. And then how do I access it using a domain name like ...
1
vote
1answer
31 views
Subdomain to remote server [closed]
I'm running a site on an apache server named www.example.com which has sub.example.com subdomain. Also I have a vps, which is accessable through x.x.x.x IP adress. sub.example.com is redirected to ...
1
vote
0answers
69 views
Who to handle transaction management with remote account system based on http post requests/responses?
I have an application that uses its own database and also works with remote accounting system through http post requests/responses base on XML.
I can post debit and credit http post requests.
When ...
1
vote
1answer
20 views
RTOS connects via TCP to Local Server, but not to Remote Server
I'm using an RTOS device and when trying to connect over TCP to a server I am running into some unusual results.
When connecting to a server on my local network, the connection is fine and I can see ...
1
vote
3answers
126 views
PHP Curl script to pull data from remote server every 10 minutes
I'm trying to create a PHP script which pulls xml data (text and images) from a remote server and inserts it in a local database. I need to run this script every 10 minutes or so (and overwrite the ...
1
vote
1answer
452 views
RSync single (archive) file that changes every time
I am working on an open source backup utility that backs up files and transfers them to various external locations such as Amazon S3, Rackspace Cloud Files, Dropbox, and remote servers through ...
1
vote
2answers
102 views
How to publish JMX stats on to a single remote server
Lets say I have two applications/tomcats T1 and T2, both of which are jmx enabled. Each of them normally would have their own URL <serve_X>:<port_X> to which the jmx clients would connect. ...
1
vote
3answers
969 views
How to send data to remote server using Javascript
I need to send data to a remote server using javascript. How do I do this?
Background info:
There's a webpage from which I extract some information using JS, and I need to send it back to another ...
1
vote
1answer
473 views
MSBuild. Check if windows service is installed
I'm new to msbuild and currently I'm trying to create msbuild script that will deploy my C# windows service to remote test server.
I'm thinking about using sc.exe utility for this purpose. Reading ...
1
vote
4answers
145 views
executing remote php scripts consecutively
I have a couple php scripts on remote web servers and I'm not sure how to create a local script that will execute those remote scripts consecutively (a delay between each one of a few seconds would be ...
1
vote
1answer
213 views
Git: How do I change my email in commits and push the updated history to a remote repo?
I've seen from How do I change the author of a commit in git? how to change my email in my commits; however, when I try to push it, I get this error:
$ git push production master
To ...
1
vote
1answer
748 views
Auto Sync on filesave Dreamweaver CS5
I've set up the remote server so clicking on the file will download it to my local folder. After I made some changes I have to click on synchronize with server etc.
Is there a way to synchronize with ...
1
vote
1answer
150 views
Using Remote Web Page to Initialize iPhone App
My iPhone app relies on a vendor's XML feed to provide data. But that feed is not locked down. The vendor could change the format of the XML at any time, although so far they've promised not to.
...
1
vote
4answers
1k views
Connecting to remote MySQL server using PHP
I am attempting to connect to a remote MySQL server from my local machine virtualhost using the following code:
$conn = mysql_connect("$dbhost", "$dbuser", "$dbpass") or die(mysql_error());
...
1
vote
4answers
477 views
Add files to an already setup svn repo
I want to add a folder to a remote server with the svn repository set up. In my local computer I have tortoiseSVN. All I want to do is add folder from my local computer to the repo setup in the remote ...
0
votes
1answer
25 views
C# - How to get list of USERs/GROUPs having access to shared folder on a Remote Machine
I wanted to write a code in C# to list all the users/groups having access (Read/Write/Full) to a shared folder on a server.
For Example: I have a shared folder \servername\MyData. Now I wanted to ...
0
votes
0answers
26 views
not able to connect to a remote Database using my Nexus S
Well i have been trying to connect my Nexus S to a remote database (which is set up in my local computer ) .
In the local computer I have set up a MYSQL database and I am accessing it using php ...
0
votes
0answers
38 views
Netbeans c/c++ remote execution
I have a couple of problems.
I have setup remote building in netbeans for a C/C++ project, but now I want to run the project remotely. I must run this on an hpc(high performance computing) system ...
0
votes
0answers
24 views
How can i change the default directory in eclispe IDE
I am using eclipse IDE for PHP editing. I have set up the remote System for FTP so I can edit files remotely.
I have a folder like /public_html/application/user.
Is there any way that when I click ...
0
votes
0answers
38 views
Having trouble playing audio and video files using MPMediaPlayer (also SegmentedControls)
I've looked high and low for answers to my problems, and I actually have solved some along the way, but there are some that just aren't documented, or are hard to find.
1) I'm trying to load an MP3 ...
0
votes
1answer
50 views
VBA access remote website, automate clicking submit after already automating clicking button on other webpage
I'm working with vba in excel 2010 and internet explorer 8 and Vista. The code below works to go to a remote website and post a form. On the resulting page, the code should click the "get estimates" ...
0
votes
2answers
46 views
How to use remote db with local codeigniter?
I have xampp server running Codeiginiter 2.1.0 and a webserver with MySQL.
I already have remote access with SQL-Front but when i put the same config in CI I recive this error:
A Database Error ...
0
votes
2answers
106 views
git remote push : Permission denied (publickey,keyboard-interactive)
I have been trying to set up a staging machine to run project at home (rails application).
# Remote machine connection
REPLOGIN=joel
REPADDRESS=192.168.2.100
...
0
votes
1answer
44 views
Access a .EXE on remote server using VBScript
I have a exe on a remote server that does some process and creates a log file. I want run that exe from another server using VBScript.
How do i do this? Please assist.
0
votes
0answers
17 views
access remote server folder from within visual studio application
I am trying to run a visual studio 2010 app from a windows 2003 server machine that writes xml files to a folder stored on a remote windows 2008 server. I mapped the server drive and can access the ...
0
votes
2answers
39 views
php script to read xml data on remote unix server
I got a situation where I have lots of system configurations/logs off which I have to generate a quick review of the system useful for troubleshooting.
At first I'd like to build kind of web ...
0
votes
0answers
48 views
identify scp transfer completion on remote end
Say I would like to transfer a file from local to remote host.
Is there is a way to programmatically determine upload/transfer completion on remote host?
scp test.txt remotehost:/tmp
Essentially I ...
0
votes
1answer
56 views
mysql: keeping local mysql database and remote server database synced up
I am kind of a amateur at web development. But it seems like most people develop on their local machines and the upload to their remote servers when everything is ready. I want to start doing this. ...
0
votes
2answers
45 views
Linux: What should I use to run terminal programs based on a calendar system?
Sorry about the really ambiguous question, I really have no idea how to word it though hopefully I can give you more detail here.
I am developing a project where a user can log into a website and ...
0
votes
1answer
75 views
Moving between localhost and remote server with CodeIgniter
What's the best way to handle moving between development on localhost to live remote server? I have .htaccess mod_rewrite set, but that's not really a problem, because I haven't included that in my ...
0
votes
1answer
168 views
How to sync Code-first Entity Framework 4 built database with Membership on remote server
I've started building a ASP net MVC 2.0 web application using SQL Express 2008 R2. I'm hosting the application on somee.com.
I decided to use Entity Framework 4 with a code-first implementation of ...
0
votes
1answer
38 views
Need help with remote SQL server. some to do with Azure Portal
I was supposed to set up a localhost for a user. But it turned out that the website is on an SQL server and not MySQL.
I installed wamp and the website runs fine. But wherever there is a database ...
0
votes
1answer
18 views
Error after setting up Visual Studio to collect all my work from my work's remote server
I have set up the Workspace and have got all folders and can open my project, however, when I open my project I am given an error when I try to run it.
Parser Error
An error occurred during the ...
0
votes
1answer
79 views
connect to a remote MS Server and manage specific folder
This is a first for me so I will try to be as specific as I can in this. The intent of the project I have is to connect to a remote server using a Windows application. Once the user signs into the ...
0
votes
1answer
303 views
Executing remote stored procedure within sp_executesql
I'm trying to get IDENT_CURRENT value on the linked server. I've created a stored procedure sp_current_identity on the remote server that has output parameter.
CREATE PROCEDURE ...
0
votes
1answer
36 views
ASP.NET MVC2 Deploying to a server
Hey I created a default MVC2 project just to see if i could get it to run on my site hosted by MochaHost. Unfortunately it doesn't seem to display the page instead it just displays the directory.
...
0
votes
0answers
205 views
Unable to connect to the remote server thrown from Facebook API
Hope you can help out a bit.
I'm developing a ASP.NET website and using Facebook Developer Toolkit 2.0.
On my local test PC, when I debug the website and the browser is running on localhost:xxxx ...
0
votes
1answer
83 views
In Visual Basic, how can I see/edit tables in a remote mysql database
I'm trying to build an application so that the user can see table entries in a mysql database. I'm programming this in visual basic. How can this be done?
0
votes
1answer
166 views
Can't access database on the remote server
I am a newbie, so bear with me. I have a SQL Server database located on a remote server. In Visual Studio 2010, I was able to create an entity data model (which contained user credentials so it ...
0
votes
2answers
314 views
php mail function only working on local server and not on remote server
just as the title I created a simple form in HTML
you can see it at http://thee-l.comuv.com/send.php this sends an email to me with the subject and body text specified I run this on localhost from ...
0
votes
3answers
487 views
How to alter database on the linked server WITHOUT SYSADMIN rights?
My requirement is that user performing alter CANNOT be sysadmin (it can have all other rights but not sysadmin).
I am running a query from local server which should modify a remote one
EXEC ('ALTER ...
0
votes
2answers
115 views
My application works perfectly local but not in the remote server
When I upload the files on the remote server I get the following message:
Object reference not set to an instance of an object
And a few errors supposed to be happening in the ClassDesigner file and ...
0
votes
2answers
1k views
Java DataBase Connectivity Problem with MS SQL Server 2005 from a Remote Server
I am writing a java code to connect with MS SQL Server 2005. MS SQL Server is on Remote server windows server 2003. I am trying the following code but i am unable to establish a connection:
import ...
0
votes
2answers
463 views
.Net website create directory to remote server access denied
I have a web application that creates directories.
The application works fine when creating a directory on the web server, however, it does not work when it tries to create a directory on our remote ...
0
votes
2answers
522 views
SSIS 2005 running in SQL Server Agent on local PC connecting to database on remote server produces the following error message: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
I'm trying to run an SSIS 2005 package from a SQL Server Agent job on my local PC. This package is attempting to connect to a SQL Server 2005 database on a remote server, but it gets the error ...
0
votes
2answers
520 views
ASP.NET Membership.ValidateUser failing to connect to remote sql server
I've got an ASP.NET app that uses the standard SQL Server Membership provider to authenticate. Works fine with a local database (this is NOT SQL Svr Express!). When I try to authenticate against a ...