Search found 4 matches

by dmginc
21 Apr 2016, 22:51
Forum: General Discussion
Topic: Feature Request: Extra return code in batch mode
Replies: 4
Views: 1229

Re: Feature Request: Extra return code in batch mode

Hopefully we can get this in v8.2 :)
I'm sure there are others too who would find this feature useful.
by dmginc
07 Apr 2016, 16:18
Forum: General Discussion
Topic: Feature Request: Extra return code in batch mode
Replies: 4
Views: 1229

Re: Feature Request: Extra return code in batch mode

@Zenju: Any thoughts on this? Would it be possible to somehow differentiate between an error from the destination folder not existing and all other errors?
by dmginc
24 Mar 2016, 16:03
Forum: General Discussion
Topic: Feature Request: Extra return code in batch mode
Replies: 4
Views: 1229

Feature Request: Extra return code in batch mode

If HandleError is set to "Ignore", can we also return a successful error code (0) too? (Or maybe add an option to enable this).

I am running FFS in batch mode and the sync requires the DST folder to be created (which is classed an "error" by FFS), but in this case, I want FFS to return success (0 ...
by dmginc
05 Mar 2016, 12:46
Forum: General Discussion
Topic: SFTP code
Replies: 0
Views: 702

SFTP code

I was having a look at the FFS source code and was wondering where the code that hashes the SFTP password (before it is stored in the FFS batch/sync files) is exactly?

We are calling FFS in batch mode from another piece of software (which actually generates the XML batch files) and wanted to ...