-
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
FTP Upload Fails Every Time #442
Comments
Hope you will circle back if you ever get a solution, getting same issue but mine just starts on the start of sync process, was working before but eversince intergrating cloudflare i get this .
I am still using the same server so i know the issue is not the stiff about FTP or SFTP |
@austin-sanga Experiencing the same error when it starts uploading the differences after the sync calculation—gets randomly stuck on uploading files. I tried setting a longer
In this instance, it uploaded all the files to the remote web server up until When I tried to rerun the failed jobs—it worked... And it's been working since, I am not able to reproduce this issue anymore. |
try to use this version uses: SamKirkland/FTP-Deploy-Action@v4.3.4 instead |
Fixed this issue with someones comment here on the same issue, cant find it but i put a stackoverflow response for it |
@austin-sanga |
Pretty sure this has to do with a passive vs active FTP connection for the original question. I don't think there is an option in the action to choose the mode. Check with your host if both are supported. |
I am fetching this problem ... folder created but not file uplode |
I have the same problem. deploy laravel project folder created but not file uploaded. please help |
try to update to 4.3.5 |
Try this #106 (comment) |
Bug Description
Every time I run the upload it fails in the same place with a connection refused error. The odd part is that it is able to create all the folders and upload 1 file before it fails. So I know the connection works at first. The same file fails every time, a font file. I'm not sure if I am hitting some limit or running into an unsupported filetype? I am able to manually FTP the project from my local machine using the same host and credentials with FileZilla. Any help would be greatly appreciated.
Also I noticed a typo:
"No file exists on the server "/debook-app/.ftp-deploy-sync-state.json" - this much be your first publish! 🎉"
---------------------------------------------------------------------------------------^
Probably should be:
"No file exists on the server "/debook-app/.ftp-deploy-sync-state.json" - this must be your first publish! 🎉"
---------------------------------------------------------------------------------------^
My Action Config
My Action Log
The text was updated successfully, but these errors were encountered: