Questions tagged [remote-host]

46 questions
0
votes
1 answer

Remote host not showing files

I'm using intelliJ Idea 2016.1 I'm trying to connect to a remote host, the host is connected successfully, but I am unable to see any files on the remote host. It is also working fine with my other FTP connection.
Sheraz Ahmed
  • 564
  • 9
  • 29
0
votes
1 answer

Using sockets to access file from remote host (Python)

Pasted below is my client and server python scripts. TCP connection is well established. Server is listening well. For time being, I have made my computer client as well as server both. Basically, I am not receiving the file. The client side just…
user3601076
  • 35
  • 3
  • 8
0
votes
2 answers

ASP.NET question regarding getting the IP address of a user

I am trying to fetch the IP address using this:- protected void Page_Load(object sender, EventArgs e) { string ClientIP; ClientIP = HttpContext.Current.Request.UserHostAddress; Label1.Text = ClientIP; } This code…
Serenity
  • 4,968
  • 19
  • 65
  • 104
0
votes
0 answers

Nodejs spawn ssh tcpdump parameters

I need to take random tcpdump samples from remote host. Starting tcpdump is not the problem but closing it on remote host is. Code below works fine. var child = spawn('ssh', [ 'a@'+b, 'tcpdump', '-w -', '-i any']); child.kill() tcpdump on remote…
J-Ape
  • 21
  • 2
0
votes
1 answer

Webstorm: Why is "upload to default server" gray/deactivated?

I'm using the ftp client in Webstorm. An ftp server is set up properly and I can browse it in the "Remote Host" tool window. Also the ftp server is set as default: However, I cannot upload or download
IARI
  • 1,217
  • 1
  • 18
  • 35
0
votes
2 answers

.htaccess allow from REMOTE_HOST

l'm trying to set up an .htaccess file that will restrict access to a specific file, unless the request has come from the same server. Here's what l expected to work (but it doesn't seem to): Order deny,allow …
jspicher
  • 113
  • 1
  • 11
0
votes
0 answers

mod_rewrite by ISP name string?

I have two servers - this one does not require ^ and backslash in order to work. I want to redirect based on IP NAME not the IP number. The (fictitious) IP Name is 74.125.227.104.cust.wildblue.net This works perfectly: RewriteCond %{REMOTE_HOST}…
0
votes
1 answer

remote-access from Unix operator

Other posts have talked about using /etc/ssh/sshd_config to change the authorization settings. What Authorization settings should I set my sshd_config be on if I want this password to connect? jacobs-mbp:~ nuevo$ ssh …
0
votes
1 answer

How can I use remote host options TCPProxy on Grinder?

I want to test Desktop application with Grinder. My application is multiple client/server app. I must use TCPProxy and remotehost options. But I couldn't. Please guide me.
0
votes
1 answer

Test on which provider I am working in Java

I have a web application running on a remote server. People working with the web app can send SMTP commands from within the application to remote electronic boards at another location to switch lights on and off. However at the location where the…
Joël Craenhals
  • 475
  • 7
  • 19
0
votes
1 answer

"Class does not support automation" error when i call Request.ServerVariables("remote_host")

I'm in the process of writing a basic cookie for an ecommerce site which is going to store the user's IP among other details. We'll then record the pages they view in the database and pull out a list of recently viewed pages. However i'm having an…
ewengcameron
  • 307
  • 4
  • 18
0
votes
1 answer

Perl: test if remote file exists http

Hello Everyone! I need to test if a remote file on a http server exists without downloading it. I looked into various command line programs like wget, curl, axel, but could not find a test-only flag. I am working in an production environment and…
juettemann
  • 323
  • 2
  • 14
-1
votes
2 answers

Call function from function into remote host through bash script is not working

I am writing a bash script to log in the remote host and call multiple functions through it. Calling install_prelibrary from ssh remote script and calling other two functions from this. Below is my script: #!/bin/bash source…
Varsh
  • 413
  • 9
  • 26
-1
votes
1 answer

How to get remote host MAC address by using its ip address in c programming in linux

Can some one tell me, how to get remote host MAC address by using its ip address in linux by using c programming(could be netlink sockets or BSD sockets)?
linuxman
  • 83
  • 3
  • 10
-1
votes
1 answer

ssh to single host from multiple users

I have already successfully set up an automatic ssh connection to a remote host on my (Mac) laptop (ssh-keygen, ssh-copy-id of the public key on the .ssh folder on the host machine, inserted the password once and now connects automatically). I would…
andrea
  • 525
  • 1
  • 5
  • 21