noodny / node-ftp-client

MIT License
64 stars 32 forks source link

glob options now a property of main options #8

Open nine-2-five opened 8 years ago

nine-2-five commented 8 years ago

Options now have property globObtions to allow for /\ glob option to find .htacess and other dot files too.

{
            baseDir: commit_dir + '/' + diffs.commit,
            overwrite: 'all',
            globOptions: {
                dot: true
            }
        }