| IrishDoc |
2nd November 2012 12:38 |
FTP error using FileZilla
I am trying to use filezilla to connect to my server via ftp. I can connect via ssh in filezilla but that is to the root of the server and not to a client setup.
This is the error
Code:
Error: Could not connect to server
Status: Connecting to 91.121.154.14:8080...
Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to 91.121.154.14:8080...
Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".
Error: Could not connect to server
How can I fix this? Maybe I have the wrong port? Took out the port and this is what I recieve.
Code:
Status: Connecting to 91.121.154.14:21...
Status: Connection established, waiting for welcome message...
Response: 220 Welcome to FTP service.
Command: AUTH TLS
Response: 530 Please login with USER and PASS.
Command: AUTH SSL
Response: 530 Please login with USER and PASS.
Error: Critical error
Error: Could not connect to server
I did setup the user and the password in isp3
|