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

DELE not understood #32

Closed
victorstanciu opened this issue Dec 21, 2012 · 0 comments · Fixed by #36
Closed

DELE not understood #32

victorstanciu opened this issue Dec 21, 2012 · 0 comments · Fixed by #36

Comments

@victorstanciu
Copy link
Contributor

There is a space missing on this line:

this._send('DELE' + path, cb);

The missing space causes the client to interpret the filename as part of the command. It should be:

this._send('DELE ' + path, cb);
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

Successfully merging a pull request may close this issue.

2 participants