efes0

Results 4 comments of efes0

You might want to consider this a feature and not a bug (acting similar to how ```rsync``` changes it action based on the trailing slash) and instead clarify its actions...

your `.git-ftp-ignore` is looking for a file called ".git" to ignore not a ".git" folder see here: [ignoring-files-to-be-synced](https://github.com/git-ftp/git-ftp/blob/master/man/git-ftp.1.md#ignoring-files-to-be-synced) > For example, ignoring everything in a directory named `config`: > `config/*`

curl as of 7.52.0 has a "[--fail-early](https://curl.haxx.se/docs/manpage.html#--fail-early)" option. > Fail and exit on the first detected transfer error. > Using this option, curl will instead return an error on the...