grunt-ftp-push
grunt-ftp-push copied to clipboard
Deploy files to an FTP server as part of your Grunt workflow.
Uploads one file and then it hangs. It doesn't do any more. Just uploads one single file even if there are a dozen more in the directory. After around 5...
I am using this beautiful NPM package in 2021 however I am missing one feature in this package could we add exclusions exclusions: ['path/to/source/folder/**/.DS_Store', 'path/to/source/folder/**/Thumbs.db', 'path/to/dist/tmp']
After publishing in DEVI can no longer send for production. The DEV cache interferes with other environments. Ex: ftp_push: { dev: { options: {}, files: [{}] }, prod: { options:...
Hi! ``` ftp_push: { getmetroui: { options: { authKey: "getmetroui", host: "ftp_host", dest: "dest/", port: 21, incrementalUpdates: false, debug: true }, files: [ { expand: true, cwd: "docs", src: ['**/*']...
Hi, I've added the support for destination path in which the target filename is different from the source filename (using grunt src-dest format). Thanks, Luciano
Add a feature to wipe the destination directory that the files will be pushed into and/or a feature to do a proper sync between the working directory and the destination...
I have this problem because susede ? Running "ftp_push:sample" (ftp_push) task Warning: Cannot call method 'normalize' of undefined Use --force to continue.
I had this problem when transferring files to a filezilla server. I saw the following within the server logs: ``` > stor /include/header.html > 150 Opening data channel for file...