"Zach" <(E-Mail Removed)> wrote in message
news:4d915a7f$0$30709$(E-Mail Removed)...
>I would like to download bank account mutations from a internet banking
>website from within a program transferring these mutations to the data file
>of an accounting program. I have been searching the internet in vain for
>some kind of shell command to do this. Could someone point me into the
>right direction in order to achieve the downloading?
Your question is vague, or rather, you seem to be asking multiple questions.
Are you asking:
A) How to download data? If so, look at the WebClient or
WebRequest/WebResponse classes.
B) How to work with bank transactions (and I assume you mean "transactions,"
not "mutations")? If so, it depends on what the bank will provide you and is
outside the scope of this group.
C) How to interface with your accounting program? Again, outside the scope
of this group unless it's something simple like writing to a database, in
which case it's probably on-topic.
|