-
Notifications
You must be signed in to change notification settings - Fork 19
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
Ftpush stalls and never restarts #22
Comments
Use |
I originally tried both, no luck. Today, perfect luck. Do you believe there is a setting with my host that would produce this inconsistency? That's really the issue - it's inconsistent. |
To further illustrate the inconsistency, the stall has re-appeared. What happens when I run grunt ftpush --debug Is the script goes through and gives me
And then never moves forward. I've always tried it as simple, that makes no change. |
I've made some progress with this, but still haven't narrowed it down. What I know now is if I first archive my local files and upload as a zip or tar, then uncompress them on the remote server (leaving the exact same files on each) no errors will happen. If there is any discrepancy between directories or large amounts of files ftpush will freeze. This means starting from an existing project is troublesome. If new directories are added locally, ftpush has a 50/50 chance freezing. |
I am getting similar behaviour. Had worked reliably but now uploads the build.json and then hangs |
I'm having the same issue. It gives a log output of creating directories for a couple of minutes and then it just stalls out with nothing, it never creates the actual directories.
|
I'm seeing this issue as well. It stalls the first time it encounters the need to create a directory. When I created the directory manually (using the same FTP account as the one configured in .ftppass), it continues until the next new directory is needed, then stalls. |
I have the latest version of ftpush as part of my grunt package. Each time I try to push, I get a variation of some kind of stall.
I run
And get
And then nothing. Or sometimes a few files get pushed, but then a stall. The only consistency is that it never finishes and stalls at some point all the time. Ftpush is configured as
The text was updated successfully, but these errors were encountered: