We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi, I try to download files from remote server using below codes
conn.src('/home/jeff/test/**').pipe(gulp.dest('./test')));
But it alwalys tells me that it failed to open file. Is my code right?