![]() |
|
Unable to build data connection - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: FTP Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=39) +---- Thread: Unable to build data connection (/showthread.php?tid=2692) |
Unable to build data connection - Waqass - 03-18-2016 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 returnRE: Unable to build data connection - Me.B - 03-19-2016 disable PASV mode in filezilla M B RE: Unable to build data connection - Waqass - 03-20-2016 Everything is good with sentora...why I am not able to configure ftp .....I have changed to the pass mode and every time I try to connect 1. it takes to long to connect and 2. if does connect during transfer of files it says Response: 425 Unable to build data connection: Connection timed out Error: Failed to retrieve directory listing RE: Unable to build data connection - bbspike - 03-20-2016 Any chance you installed clam av recently? RE: Unable to build data connection - Waqass - 03-20-2016 nops ...i have figured it out..its my local isp problem...he has misconfigured network that is causing the problem...I tried to connect to my other servers and the same problem whereas I was able to connect them seamlessly previously....I am installing the sentora again and going to try it through net2ftp.. Edit: yup its working perfectly through net2ftp and through the file manager ELFileManager |