-1

I have configured FTPS in a linux machine but when i am trying to connect through ftps in filezila below error is coming.

Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server

2 Answers2

0

FTP protocol may be blocked by your ISP firewall, try connecting via SFTP (i.e. use 22 for port num instead of 21 which is simply FTP.

For more information click here

Sukhjinder Singh
  • 1,944
  • 2
  • 8
  • 17
0

FTPd is probably running on :21/tcp and Filezilla is trying 990, 991 or maybe 989. Try forcing Filezilla to use port 21.

Jonas Bjork
  • 376
  • 1
  • 4