-
Notifications
You must be signed in to change notification settings - Fork 56
FTPPermError #67
Comments
Paulo, Looks like you're facing an issue with the new feature of deleting files missing locally. Could you try using glynn from the github repository to get that log and paste it here? Thanks |
@dmathieu I traced what is happening here.
So diff
In order to this function work properly you must make some changes:
Also, I think that this missing file removal should be optional, to activate in the .yml file. I personally don't want to delete any data from my server without confirmation. If you want some additional logs just let me know. |
+1 |
All right, I've yanked the 1.3.0 version. |
Also, I'm declaring bankruptcy on this repo. I haven't touched an FTP server in over 5 years, and there are much better ways of deploying static websites than with FTP today. If anyone wants ownership of this repository, I will transfer it to whoever fixes this issue. |
Then the error will still occurring or will have a rollback? Thanks! |
You must uninstall and reinstall the gem. The error will not occur anymore. |
Thanks, it worked! |
I'm leaving this issue open, as yanking a gem is not a long-term solution :) |
@dmathieu you mention that there are better methods for deploying a static website than over FTP. What other 'recommended' methods are there? |
GitHub Pages; Heroku static; Amazon S3 are the ones that come out of my mind. |
@dmathieu I get some ridiculously cheap hosting from DirectNic (with excellent uptime and support), but without any command-line access. I guess for me, FTP is still the way to go then |
Feel free to fix this issue and I'll gladly transfer this repository to you :) Note: GitHub Pages is free too. |
@dmathieu , i don't have much experience with github pages and these others mentioned. How about the domain ? For example, i want www.somesite.com, with the github page i can use this ? Or I need let the domain be www.somesite.github.com ? But thanks for the information, i'm studying the possibilities of migrations. |
@dmathieu I'd love to, but I don't understand Ruby that well. Thanks anyway! |
Remove Glynn as deployment option since that gem is no longer actively maintained. See notes on readme in repository: https://github.com/dmathieu/glynn and dmathieu/glynn#67
I'm getting this error. How can i fix it?
Thanks.
The text was updated successfully, but these errors were encountered: