Skip to content
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

213 Error when uploading existing file #29

Open
ghost opened this issue May 19, 2014 · 3 comments
Open

213 Error when uploading existing file #29

ghost opened this issue May 19, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented May 19, 2014

Hi, I've had ftpush working successfully in the past, but now it only does if I start with an empty FTP directory. If I push again into an existing directory with only one updated file, I get a 213 error and a message that a file can't be uploaded.

I tried a run using --debug and saw that the file was getting added to the queue.

Happy to provide more info if you need it. Thanks.

@Kah0ona
Copy link

Kah0ona commented Jun 2, 2014

Hello, I've got the same problem.

Whenever my (vsftpd) FTP server returns a '213 Status follow', the task returns an error, while in fact the status should be a positive response. So I think ftpush shouldn't mark this as an 'error'.

@emcdanielpja do you happen to use VSFTPD as well? And do you know if it's possible to fix this server-side (ie. prevent the server from responding with a 213?)

@Kah0ona
Copy link

Kah0ona commented Nov 5, 2014

Alright, it seems that the solution is fairly simple, use useList: true as a parameter.
Then the STAT command is never executed, the STAT command potentially triggers 213 response, causing the grunt-ftpush error.

So please try useList: true

@ghost
Copy link
Author

ghost commented Dec 8, 2014

Just checking on this now and finding that it's fixed the issue I was having. Thanks so much @Kah0ona for looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant