Top "Remote-server" questions

remote-server is a machine used for data processing which is accessed via a network

The right connection string for Remote SQL server for C#

I just want to know the right sql connection string for a remote sql server express edition. This is what …

c# sql-server connection-string remote-server
Get service status from remote server using powershell

How to get the service status for a remote computer that needs a user name and password to log in? …

powershell service remote-server
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 …

javascript remote-server
Running Batch Script on remote Server via PowerShell

I need to connect to some remote servers from a client (same domain as the servers) once connected, I need …

powershell batch-file remote-server
Copy a non exe File to a Remote Machine

I used PsExec to copy and run an exe file in a remote machine. I also want to copy a …

psexec remote-server
Use SSH to start a background process on a remote server, and exit session

I am using SSH to start a background process on a remote server. This is what I have at the …

linux ssh remote-server nohup
Firebird: Unable to complete network request to host

I'm trying to connect to a remote Firebird database "test" (alias already added). It is not an embedded server, and …

firebird remote-server
How to backup MySQL database on a remote server?

I have a MySQL database existing on a remote server. I only have sql connection privilege. I don't have FTP …

mysql database backup remote-server database-restore
php - How to force download of a file?

I'm looking to add a "Download this File" function below every video on one of my sites. I need to …

php download remote-server
how to upload file to http remote server using java?

I need to upload images and txt files from my application to a remote server (Just http no ftp) using …

java http jsf file-upload remote-server