We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think, you should make thees changes
SftpDeploy.prototype.upload = function (file, callback) { this.client.upload(file.filepath, file.dest, callback) }
In your case I have error during upload when folder isn't exists.
The text was updated successfully, but these errors were encountered:
I had the same problem
Sorry, something went wrong.
辛苦大神,不能创建文件夹和新文件,这个问题啥时候能解决呀
No branches or pull requests
I think, you should make thees changes
SftpDeploy.prototype.upload = function (file, callback) { this.client.upload(file.filepath, file.dest, callback) }
In your case I have error during upload when folder isn't exists.
The text was updated successfully, but these errors were encountered: