Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I tried logging into a FTPS server, but when trying to get a directory list, I get this error:
Response: 150 Opening data channel for directory list.
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing
Also, I don't see the option to use "Require explicit FTP over SSL". So I used "Require explicit FTP over TLS" instead.
I am trying to log in to this server:
Address ftp.secureftp-test.com
Login: test
Password: test
Any ideas? Thanks.
Here are the protocols Filezilla shows:
No SSL http://www.twse2.com/noSSL.png
I'm running FileZilla 3.5.3 on Windows 7 SP1 x64 and it's working fine here.
It's also mentioned in the FileZilla features that it should work. If you're running OS X/Linux I'd make sure OpenSSL is installed and up to date.
check if Firewall is intercepting in between the connection.
once i had the same issue.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 4 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have been using OvertheWire terminal coding wargame and i have accedentally
ssh'ed the server and it said in the describtion that i there is no ssh.
this message appeared
Permanently added 'natas0.natas.labs.overthewire.org' (ECDSA) to the list of known hosts.
what should i do so im not a host and what does it mean that im a host?
A "host" in this context means server, and it's talking about the server you were connecting to, not your machine.
On your machine, there is a file called known_hosts. This contains the ssh "fingerprints" of every server that you have connected to.
The first time you connect to a new server, ssh records the fingerprint. This is important, because it means ssh can detect someone spoofing the server in the future (by warning you that you are connecting to a different server from last time). Typically, users see this warning when the server is upgraded or moved to a new datacentre, rather than when something untoward is happening.
Your message is just saying that your ssh client has recorded the server fingerprint to allow you to check that you're connecting to the same server the next time you ssh to it. My guess is the server that you connected to accepted your ssh connection, but used it to print a message saying that ssh was not available.
If you want to remove the fingerprint from your system, you can can open that file and remove the line that describes the wargame server. However, I doubt there is any risk from keeping the fingerprint.
If you want to do this this:
On a mac or a unix/linux system, the file will be in ~/.ssh/known_hosts. Open it up, remove the line that describes the wargame server, and then save the file.
On a windows machine using putty, you will need to edit the registry to remove the hosts:
Open up ‘regedit.exe’ by doing a search.
Navigate to HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys
Delete the host key for the wargame server.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
How do I connect to an FTP server using a command prompt?
The ftp site I am trying to connect to is
ftp.bom.gov.au/anon/gen/
I used to be able to type in ftp ftp.bom.gov.au/anon/gen/ in the command prompt and it would challange me for a username and password
but now it says unknown host.
I can still get to it from a browser
ftp://ftp.bom.gov.au/anon/gen/
Is there something I am missing?
Thanks
You can't specify the path in the command. You should use ftp ftp.bom.gov.au and then cd /anon/gen/ to change the path.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I'm trying to pass the following command line switches to Google chrome (Version 51.0.2704.106 (64-bit)) on OSX 10.9 and it's not working:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --proxy-server="99.99.99.99:66" --remote-debugging-port=9999 google.com
Not going through the proxy and remote debugging port is not opened. How can I make this work?
Make sure you close all instances of Chrome first before running the command. It also looks like, at least from my tests, that it only supports HTTP proxies. The SOCKS proxy I created via an SSH tunnel didn't seem to work for me, whereas after I configured tinyproxy, it worked fine.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I'm trying to connect two computers with Synergy v1.5.0: Windows 8 (as the server) and Windows 7 (as the client). When I start the server there's no problem, but on the client's screen Synergy says:
"WARNING: failed to connect to server: Timed out".
I configured it on the server's side by having one screen next to the other on the Configuration Panel.
I made sure is the same port on both computers: 24800.
I have taken the IP from the command line (cmd then ipconfig) and set it on each PC.
I have tried to turned off the firewall but didn't work out.
Don't know what else to do. Any ideas?
Posted on behalf of the OP.
I have solved this by installing Synergy 1.3.1 that can be found on Sourceforge: (http://sourceforge.net/projects/synergy2/) and following this tutorial (https://www.youtube.com/watch?v=OixCfusCiuA).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm using Cygwin shell to try to establish a TCP connection with a specific IP address.
After typing "ftp 'the ip address'"
I get prompted for the username/password.
When I enter the username and press enter, it prompts me for the password (as I expected).
However, when I input the password and press enter, it just jumps to the next line and acts as if the buffer is still waiting for more input. It keeps doing this, leading me to have to use Ctrl-C to get out of it.
Anyone know any possible issues? This is for a school project. One of the TA's says this is "expected behavior" ... however, I couldn't find anything on the internet about this issue.
You're probably running the ftp command that comes with Windows, which doesn't work correctly in a Cygwin terminal. You can install the inetutils package to get Cygwin's own ftp client.