grunt-ftpush
grunt-ftpush copied to clipboard
Warning: Cannot delete file
Works like a charm, but sometimes I get this error and I'm forced to restart the task. It will eventually work
Warning: Cannot delete file: 17:04 randomfile.php --> Error: 550 Could not delete / www/17:04 randomfile.php: No such file or directory Use --force to continue.
In this specific case, that's not a file to be deleted or updated. It's just a random file. Happened on other files as well.
thanks
actually this is happening a lot. it just gets stuck and I have to use grunt ftpush --force
to have it working. any idea why? file permissions maybe?
I have the same problem over and over again. I double and triple checked the file-permissions. If I copy the files manually with the same user via FileZilla it works
@hmrc87 i think this repo is not maintained anymore. it's a pity, this would be so useful. i have the same problem both on a mac and a pc.
I switched "simple" in the options to true and this helped me. Although I loose functionality it is more important for me to have a reliable upload in my project
It depends on what you consider maintainership. I'm still here and I read all that just barely can do anything. FTP to start is quite a poor thing. Multiplied by jsftp bugs I simply can't follow all these never ending situations. In fact it behaves differently with every new FTP server. So I'll gladly accept pull requests. And there's nothing more I can do.
@inossidabile of course, pretty understandable :smile:
@inossidabile @vlrprbttst also having these errors here. Its quite annoying and makes me search for another ftp-plugin but grunt-ftpush was working fine for me (most other grunt-plugins upload the entire folder instead of changed files only)... Well, if jsftp is having some bugs what about updating the dependencies? (#41)