noodny / node-ftp-client

MIT License
64 stars 32 forks source link

Remove the name of the folder when uploading #22

Open RobertoPelonara opened 6 years ago

RobertoPelonara commented 6 years ago

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?