Unable to build data connection
03-18-2016, 03:09 AM
(This post was last modified: 03-18-2016, 03:10 AM by Waqass.
Edit Reason: addition
)
I am this close to setting up my first VPS. after trying all the programs I have finally decided to stick with Sentora. Now ftp is not working and I am unable to upload my main site. I can't connect through FileZilla. In start I was not able to retrieve the directory. Now after changing the mode to passive I am to do so but the connection breaks after every two or three files . My log is below.
Code:
Status: Starting upload of G:\xampp\htdocs\mayohost\less\creative.less
Status: Retrieving directory listing of "/public_html/less"...
Status: File transfer successful, transferred 16,109 bytes in 7 seconds
Status: Starting upload of G:\xampp\htdocs\mayohost\less\variables.less
Command: TYPE I
Response: 200 Type set to I
Command: PORT 192,168,1,108,205,12
Response: 200 PORT command successful
Command: MLSD
Response: 425 Unable to build data connection: Connection refused
Command: SIZE mixins.less
Response: 550 mixins.less: No such file or directory
Command: PORT 192,168,1,108,205,14
Response: 200 PORT command successful
Command: STOR mixins.less
Response: 425 Unable to build data connection: Connection refused
Error: File transfer failed
Status: Starting upload of G:\xampp\htdocs\mayohost\less\mixins.less
Status: Retrieving directory listing of "/public_html/less"...
Code:
Also I am getting the following error on ftptest.net
Command: PWD
Reply: 257 "/" is the current directory
Status: Current path is /
Command: TYPE I
Reply: 200 Type set to I
Command: PASV
Reply: 227 Entering Passive Mode (167,88,112,134,139,208).
Command: MLSD
Status: Data connection established.
Reply: 150 Opening BINARY mode data connection for MLSD
Error: Malformed directory listing
Error: Line feed received without preceding carriage return