FTP connection is aborted
Posted
by
Conrad C
on Server Fault
See other posts from Server Fault
or by Conrad C
Published on 2012-11-22T02:14:19Z
Indexed on
2012/11/22
5:02 UTC
Read the original article
Hit count: 733
I want to connect using FTP to my webpage hosted on ipages.com , but I always get this error on filezilla.:
Status: Server does not support non-ASCII characters.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 550 PWD: Permission denied
Error: Failed to retrieve directory listing
Error: Disconnected from server: ECONNABORTED - Connection aborted
It looks like the connection is established but then disconnects. Is it an issue with the host?
I use the default port 21. The user-pass is working. And the ftp adress is ftp.mysite.com
I tested the port 21 using netstat and I get 220 Ipage FTP Server Ready
© Server Fault or respective owner