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
Could it possibly be a problem with the ftp script or quota?? isp3 is showing the ftp-server offline. Not sure on how to fix this.
Yes, neither work. I did manage to get isp3 to show the ftp-server online though and still no connection.
I am having the same problem again but the connection is timing out for some reason. Code: Status: Connecting to 91.********.14:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 5 of 50 allowed. Response: 220-Local time is now 21:50. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: AUTH TLS Response: 234 AUTH TLS OK. Status: Initializing TLS... Status: Verifying certificate... Command: USER *********** Status: TLS/SSL connection established. Response: 331 User *********** OK. Password required Command: PASS ********* Response: 230 OK. Current restricted directory is / Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported: Response: EPRT Response: IDLE Response: MDTM Response: SIZE Response: MFMT Response: REST STREAM Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Response: MLSD Response: AUTH TLS Response: PBSZ Response: PROT Response: UTF8 Response: TVFS Response: ESTA Response: PASV Response: EPSV Response: SPSV Response: ESTP Response: 211 End. Command: OPTS UTF8 ON Response: 200 OK, UTF-8 enabled Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 Data protection level set to "private" Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PORT 192,168,0,11,245,33 Response: 500 I won't open a connection to 192.168.0.11 (only to 75.--------.59) Command: PASV Response: 227 Entering Passive Mode (91,121,156,14,188,244) Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing Seperate question: how do I change the time on the server to reflect my area, not the area of the server?
The server is using ubuntu 12.04lts. Any chance you could help with the ftp issue also? I am sure it is not my firewall, as I can use the same program on the same port to another server and have no issues connecting but none of the accounts I have created in isp3 connect using ftp.
Come on guys, I really need help with this ftp issue. Ideas or even shots in the dark I can try, something, PLEASE!!