-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect to working FTP server #274
Comments
Same problem here (it's been happening for the last ~6 months). The credentials I'm passing are fine (works in FileZilla and in command line ftp) but when deploying with this script I always get FTPError: 530 Login incorrect. Both login and password only contain alphanumerical characters. |
I'm also experiencing the same, I even tried to whitelist GitHub IP in WHM/cPanel hoping it's my firewall blocking it. But it still does not work. Please has anyone been able to get it solved? |
I had the same issue, it was cphulk blocking the github's action IP addresses. Disabling cphulk fixed the issue. You could try whitelisting the github IP addresses, but I'm not sure how often they get rotated |
The IP block whitelisting is not effective, the cphulk works but could make the server vulnerable. Just trying to see if there can be a better option. |
how fix this error ? |
Same error here. I am using the server IP address instead of ftp.xx.xx but still login incorrect error message. Anyone who found a solution? |
I have the same error. |
I am having the same error |
i have the same error |
Maybe this will help someone (I was getting this exact error message): |
Thank you very much! I've looked into my hosting provider settings and added US to the allowed countries for FTP server access. It worked perfectly. |
I'm having the same error. I tried hardcoding the password instead of using github secrets. It worked. Still an issue to do this approach since it's not secure though |
You need to check your server, might be rejecting connections and you might need to whitelist GitHub IPs on your server to allow acknowledgement to pass through. |
Tried the action myself and it threw error on the first try. Configured the action according to multiple guides and got the error. Password is set correctly in same repo settings. Was able to connect from ftp client with same credentials. Any ftp connection ips are not blacklisted on server
The text was updated successfully, but these errors were encountered: