-
Notifications
You must be signed in to change notification settings - Fork 8
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
Does not upload files via FTP #6
Comments
I am having the same issue. If I try to use sftp, I get a program crash. |
Hi @inspiritana & @neurodancer
@inspiritana - yes, hugodeploy supports FTP, but not yet SFTP. I have corrected the readme and will update next time I update. @neurodancer - apologies for the confusion re: sftp - there's an obscure note at the bottom of the readme indicating it isn't yet fully implemented. |
PS - hugodeploy uses goftp from dutchcoders (https://github.com/dutchcoders/goftp) - it looks like the EOF error is coming from the Stor call into there. |
On 15 Nov 2016, at 16:33, mindok wrote:
I am only using ftp. My hosting provider is http://hostmonster.com. The 404.html file is actually empty. I put a minimal html body in it with something for it to copy inthere, same issue. |
|
Getting the same issue. If you need further info for debugging I'll be happy to provide it. Thanks |
Hi @simonsmith - could you just confirm what hosting provider you are using, and also which version of dutchcode/gotftp you are using (or about when you pulled it down). |
Hey @mindok, I'm using name.com and not sure how to check the package version but I installed it just an hour ago. No problem with the delay, good luck with that drive! |
OK @simonsmith - we have completed our move and got reliable broadband internet. The long drive was a lot less challenging than trying to get our telco to turn up over the long summer holiday period. Anyway - well & truly back on line now. I can't repro the problem - I'll try a couple more things, but in the meantime I have added some debug tracing to look at counts of bytes being sent to the ftp.Stor method in goftp, and also dumped the contents of any failed transfer attempt out to stdout. To get the detailed logging run hugodeploy with the debug flag set - e.g. |
Hi @simonsmith, @cale-inspired , @neurodancer - I was able to have a real-time debugging session with someone having FTP problems and have pushed a few changes that may help... The -d or -v command-line switch now enable goftp's debugging trace that should provide better feedback. There is also a new option to disable TLS on servers that don't support it. Let me know if this solves the issues. |
I am trying to use hugodeploy to deploy my files to my server via FTP. When I use hugodeploy push, it connects to the FTP successfully but does not proceed sending files.
404.zip
That's where it's "stuck" for minutes, and after a while it ends with:
The installation instructions state to set the SFTP data but my server does not support SSH, only FTP. I assume hugodeploy supports deployment via FTP since it is settable in the config?
The text was updated successfully, but these errors were encountered: