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

Fix a bug #138

Merged
merged 1 commit into from
Aug 24, 2016
Merged

Fix a bug #138

merged 1 commit into from
Aug 24, 2016

Conversation

qiu8310
Copy link
Contributor

@qiu8310 qiu8310 commented Sep 19, 2015

When command argument contains string like feat, syst, user or pass, it will always fail.

For Example:

ftp.raw.cwd('/user'); // this will failed even if the server directory 'user' exists.

When command argument contains string like `feat`, `syst`, `user` or `pass`, it will always fail.

For Example:

```
ftp.raw.cwd('/user'); // this will failed even if the server directory 'user' exists.
```
qiu8310 added a commit to qiu8310/deploy-asset that referenced this pull request Sep 19, 2015
@qiu8310
Copy link
Contributor Author

qiu8310 commented Sep 25, 2015

This test will fail in my mac, so I ignore this test on perpose. what i mean is i dont know why it will fail.

@sergi sergi merged commit 9634966 into sergi:master Aug 24, 2016
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 this pull request may close these issues.

2 participants