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
javascript const globs = ./build/**/*; function upload() { console.log('upload..'); const conner = ftp.create(ftpConfig); console.log(ftpConfig,globs); return conner.src(globs,{base: ./build/,buffer:false }) .pipe(conner.newer(ftpConfig.remotePath)) .pipe(conner.dest(ftpConfig.remotePath)); } [connection] PASV socket connected [connection] > 'MLSD /build' [connection] < '550 /build: No such file or directory\r\n' [parser] < '550 /build: No such file or directory\r\n' [parser] Response: code=550, buffer='/build: No such file or directory'
javascript
./build/**/*
./build/
thank you for help me
The text was updated successfully, but these errors were encountered:
No branches or pull requests
javascript
const globs =
./build/**/*
;function upload() {
console.log('upload..');
const conner = ftp.create(ftpConfig);
console.log(ftpConfig,globs);
return conner.src(globs,{base:
./build/
,buffer:false }).pipe(conner.newer(ftpConfig.remotePath))
.pipe(conner.dest(ftpConfig.remotePath));
}
[connection] PASV socket connected
[connection] > 'MLSD /build'
[connection] < '550 /build: No such file or directory\r\n'
[parser] < '550 /build: No such file or directory\r\n'
[parser] Response: code=550, buffer='/build: No such file or directory'
thank you for help me
The text was updated successfully, but these errors were encountered: