ftp auto aborts
I have an account on my server where i can never enter the ftp, i have deleted and recreated dozens of times and i used dozens of ftp clients and still same error. Below is my FTP log:220 ProFTPD 1.2.4 Server (ProFTPD) [server.myserver.com]
USER ejames
331 Password required for ejames.
PASS (hidden)
230 User ejames logged in.
SYST
215 UNIX Type: L8
FEAT
500 FEAT not understood.
REST 100
350 Restarting at 100. Send STORE or RETRIEVE to initiate transfer.
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (162,42,212,77,154,211).
Opening data connection IP: 162.42.212.77 PORT: 39635.
LIST -aL
150 Opening ASCII mode data connection for file list
500 bytes received successfully. (500 B/s) (00:00:01).
226 Transfer complete.
CWD /www
250 CWD command successful.
PWD
257 "/public_html" is current directory.
PASV
227 Entering Passive Mode (162,42,212,77,154,212).
Opening data connection IP: 162.42.212.77 PORT: 39636.
LIST -aL
150 Opening ASCII mode data connection for file list
Connection closed. Server timeout.
ABOR
226 Transfer complete.
226 Abort successful
Anyone have any idea why this keeps happening? ive gotten to a point where i am going to cancel my server if i cant get this fixed.