node-ftp-client icon indicating copy to clipboard operation
node-ftp-client copied to clipboard

Remove the name of the folder when uploading

Open RobertoPelonara opened this issue 6 years ago • 0 comments

I have a problem when uploading a folder to a remote destination:

I'd like to copy only the content of the folder, without the folder itsels.

EG: (Folder) test: (File) test1 (File) test2

If I try to upload "test/**" it will upload the folder test with all content, but I'd like to copy only the content of the folder. Is it possible?

RobertoPelonara avatar Aug 27 '18 10:08 RobertoPelonara