Page 1 of 1

*** SOLVED *** Publishing problems with version 17th.

Posted: Tue Nov 30, 2021 2:17 pm
by Al_Sin
Hello Pablo,
I have a problem with publishing with 17th version of Webbuilder.
1. All my FTP settings is OK: I can pass TEST in publishing menu and see the site folders when press EXPLORE.
2. I an using simple FTP (passive mode)
3. After publishing I see message Successfully published! But from 62 files only 2 or 3 usually were published.
You can see the log below: connection was lost but I cannot understand the reason. And at the bottom you can see Successfully published!

And I see in the Log SecureFtpVersion: 9.5.0.69, but I used just FTP mode.


Thank you,
Alexandre




** START OF PUBLISH ***
Scanning publish folder...
Found 62 file(s).
SecureFtpLog:
PutFile:
DllDate: Aug 30 2017
SecureFtpVersion: 9.5.0.69
UnlockPrefix: PBLVND.CB1072018
Architecture: Little Endian; 32-bit
Language: Visual C++ 6.0
VerboseLogging: 0
Component successfully unlocked using purchased unlock code.
RemoteFilename: /base/images/ui-icons_555555_256x240.png
LocalFilename: C:\Users\ALEXAN~1\AppData\Local\Temp\~publish\base\images\ui-icons_555555_256x240.png
ProgressMonitoring:
enabled: yes
heartbeatMs: 0
sendBufferSize: 65536
--ProgressMonitoring
IdleTimeoutMs: 60000
ReceiveTimeoutMs: 60000
ConnectTimeoutSeconds: 1200
soRcvBuf: 4194304
soSndBuf: 262144
uploadFromLocalFile:
localFileSize: 8140
uploadFromDataSource:
initialGreeting: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 2 of 80 allowed.
220-Local time is now 17:19. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
restartNext: 0
modeZ: 0
binaryMode: 1
setupDataConnection:
passive transfer mode
setupPassiveDataSocket:
sendCommand:
sendingCommand: PASV
--sendCommand
readCommandResponse:
replyLineQP: 227 Entering Passive Mode (70,32,23,58,195,25)
--readCommandResponse
dataConnect:
hostname: 70.32.23.58
port: 49945
socket2Connect:
connect2:
ConnectFailReason: Connection rejected
A few possible causes for a connection being rejected are:
- A firewall (software or hardware), such as Windows Firewall, is blocking the connection .
- Nothing is listening at the remote host:port
--connect2
--socket2Connect
dataConnectSuccess: 0
--dataConnect
setupPassiveDataSocket dataConnect failed.
--setupPassiveDataSocket
Failed to setup passive data socket
--setupDataConnection
Failed to setup data connection for upload.
readRepliesAfterFailedDataConn:
readCommandResponse:
Failed to read FTP control channel reply.
readFtpReply: Socket operation timeout.
--readCommandResponse
--readRepliesAfterFailedDataConn
--uploadFromDataSource
Failed.
--uploadFromLocalFile
TotalTime: Elapsed time: 22532 millisec
Failed.
--PutFile
--SecureFtpLog


Removing temporary files...
Successfully published!
*** END OF PUBLISH ***

Re: Publishing problems with version 17th.

Posted: Tue Nov 30, 2021 3:11 pm
by Pablo
Publishing functionality has not recently changed. It works the same as in previous versions.
Also, it seems to work correct to all other users. So, this is most likely a configuration issue.

Are you sure you will need to use standard FTP? Because the server greets with:
Welcome to Pure-FTPd [privsep] [TLS] -------
which seems to indicate that it requires Secure FTP (TLS)

The connection is rejected:
ConnectFailReason: Connection rejected
A few possible causes for a connection being rejected are:
- A firewall (software or hardware), such as Windows Firewall, is blocking the connection .
- Nothing is listening at the remote host:port

Re: Publishing problems with version 17th.

Posted: Tue Nov 30, 2021 3:42 pm
by Al_Sin
But why I see Successfully published after all?

Re: Publishing problems with version 17th.

Posted: Tue Nov 30, 2021 3:50 pm
by Pablo
Probably because the server does not give a valid failure response.

Re: Publishing problems with version 17th.

Posted: Thu Dec 02, 2021 6:35 pm
by Al_Sin
Thank you Pablo,
I found the reason: my router firewall. When I disable it, everything looks good. You can marked this topic as resolved.
But I have to say, it is very frustrating to publish several times, got “OK” confirmation from WB and do not see the files on the site. Warning system does not work.
Alexandre

Re: Publishing problems with version 17th.

Posted: Fri Jan 07, 2022 7:27 pm
by Rob
Al_Sin wrote: Thu Dec 02, 2021 6:35 pm Thank you Pablo,
I found the reason: my router firewall. When I disable it, everything looks good. You can marked this topic as resolved.
But I have to say, it is very frustrating to publish several times, got “OK” confirmation from WB and do not see the files on the site. Warning system does not work.
Alexandre
So you're saying all worked fine in WB16, but in Wb17, a change to the local firewall settings are required? I am seeing the same issue here.

Re: *** SOLVED *** Publishing problems with version 17th.

Posted: Sat Jan 08, 2022 4:23 pm
by jerryco
May this be related to that the software was digitally signed a while ago?

Re: *** SOLVED *** Publishing problems with version 17th.

Posted: Sat Jan 08, 2022 4:55 pm
by Pablo
FTP functionality has not been changed in version 17. It works the same as in previous versions.
However, from your firewall's point of view, version 17 is a different application (because it's a different binary file). So, you may need to add it webbuilder.exe to the exception list.