SamKirkland / FTP-Deploy-Action

Deploys a GitHub project to a FTP server using GitHub actions
MIT License
3.83k stars 372 forks source link

Syncing issue on shared hosting #392

Open mkiosdev87 opened 1 year ago

mkiosdev87 commented 1 year ago

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
amirshnll commented 1 year ago

i have same problem

jeremyolu commented 1 year ago

me too, seems like there is no fix

Danny159 commented 1 year ago

I have the same problem also...

mkiosdev87 commented 1 year ago

Please can some one fixed the issue...

mizzuri commented 1 year ago

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.

Danny159 commented 1 year ago

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.

JulianGro commented 1 year ago

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

hinditutorpoint commented 1 year ago

same problem here