Ja, das meine ich!
Es sind schon vorher Fehler und (korrekter Weise, wozu auch) baut aqbanking-cli erst gar keine Verbindung zur Bank auf!
UPDATE
Habe im Quellcode des aktuellen svn trunk gerade entdeckt, dass es eine sepatransfer
s gibt!
"aqbanking-cli --help" listet dieses Kommando nicht.
"aqbanking-cli sepatransfers --help" gibt jedoch aus:
Code
aqbanking-cli sepatransfers --help
[-c PARAM]
[--ctxfile=PARAM]
Specify the file to store the context in
[-f PARAM]
[--infile=PARAM]
Specify the file to read the data from
[--importer=PARAM]
Specify the importer to use
[--profile=PARAM]
Specify the export profile to use
[--profile-file=PARAM]
Specify the file to load the export profile from
[-b PARAM]
[--bank=PARAM]
overwrite the bank code
[-a PARAM]
[--account=PARAM]
overwrite the account number
[-aa PARAM]
[--subaccount=PARAM]
Specify the sub account id (Unterkontomerkmal)
[--fill-gaps]
let AqBanking fill-in missing account information if possible
[-h]
[--help]
Show this help screen
Habe also mal alles kompiliert und installiert.
Ich habe nun damit mal 2 Überweisungen aus einer csv übertragen.
Soweit keine Fehler.
PROBLEM: für die 2 Überweisungen werden nun auch 2 TANs verlangt!
Bei den accountflags ist NICHT preferSingleTransfer (oder wie der Parameter auch genau heißt) angegeben!
Ich verzweifle noch!