FTP-Deploy-Action icon indicating copy to clipboard operation
FTP-Deploy-Action copied to clipboard

Syncing issue on shared hosting

Open mkiosdev87 opened this issue 1 year ago • 8 comments

Bug Description I found the issue when i setup CICD pipeline on shared hosting, i dig out the error after getting too much investigation on server log and tracerts. I found the solution, i attached the action screenshot of github.

Solution

I just check the cloudflare is blocking the FTP timeout, i just un-check the proxies on FTP option then then it's run fabulous.

Screenshot 2023-04-02 at 1 27 27 AM

mkiosdev87 avatar Apr 01 '23 20:04 mkiosdev87

i have same problem

amirshnll avatar Apr 08 '23 21:04 amirshnll

me too, seems like there is no fix

jeremyolu avatar Apr 22 '23 12:04 jeremyolu

I have the same problem also...

Danny159 avatar May 01 '23 21:05 Danny159

Please can some one fixed the issue...

mkiosdev87 avatar May 03 '23 06:05 mkiosdev87

What about the following solution (source):

You can’t FTP through the Cloudflare proxy. The easiest way around it is to define a new DNS host, ftp.example.com, pointing to the server’s IP address, and make sure the proxy on that entry is off. Then connect to that with your FTP client.

mizzuri avatar May 05 '23 11:05 mizzuri

What about the following solution (source):

You can’t FTP through the Cloudflare proxy. The easiest way around it is to define a new DNS host, ftp.example.com, pointing to the server’s IP address, and make sure the proxy on that entry is off. Then connect to that with your FTP client.

I am not using Cloudflare for my DNS... I am adding the server IP directly. It has been working up to now but just stopped last week.

Danny159 avatar May 10 '23 13:05 Danny159

In my case I had to manually supply protocol ftps. It didn't automatically allow encryption.

JulianGro avatar Jul 04 '23 08:07 JulianGro

same problem here

hinditutorpoint avatar Oct 07 '23 09:10 hinditutorpoint