Link to home
Start Free TrialLog in
Avatar of Gaurav Pandey
Gaurav Pandey

asked on

File zilla FTP is not connecting

I am using file Zilla to connect an ftp server but unfortunately unable to do so below is the error

Status:      Resolving address of ftp2.churchs.com
06:38:14      Status:      Connecting to 209.208.247.23:21...
06:38:14      Status:      Connection established, waiting for welcome message...
06:38:15      Status:      Insecure server, it does not support FTP over TLS.
06:38:15      Status:      Logged in
06:38:15      Status:      Retrieving directory listing...
06:38:34      Command:      PWD
06:38:34      Response:      257 "/CFC-Analytics" is current directory.
06:38:34      Command:      TYPE I
06:38:34      Response:      200 Type set to I.
06:38:34      Command:      PORT 10,139,105,11,209,15
06:38:34      Error:      Disconnected from server: ECONNABORTED - Connection aborted
06:38:34      Error:      Failed to retrieve directory listing
ASKER CERTIFIED SOLUTION
Avatar of Durga Ojha
Durga Ojha
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Gaurav Pandey
Gaurav Pandey

ASKER

@Durga Charan Ojha didn't work.
SOLUTION
Avatar of Kimputer
Kimputer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Easy way to debug this is look at the server logs for your FTP server.

Probing this site, their FTP config looks odd...

imac> svcguess ftp2.churchs.com

Starting Nmap 7.60 ( https://nmap.org ) at 2017-09-13 18:52 CDT
Nmap scan report for ftp2.churchs.com (209.208.247.23)
Host is up (0.049s latency).
Not shown: 94 filtered ports
PORT     STATE  SERVICE
21/tcp   open   ftp
80/tcp   open   http
443/tcp  closed https
990/tcp  open   ftps
5631/tcp closed pcanywheredata
5666/tcp closed nrpe

Open in new window


Port 21 is open (shudder) + also port 990 is running ftps.

I'd first try connecting using...

host=sftp://ftp2.churchs.com port=990

Open in new window