Skip to content

Instantly share code, notes, and snippets.

@nylen
Created August 18, 2010 05:07
Show Gist options
  • Save nylen/533513 to your computer and use it in GitHub Desktop.
Save nylen/533513 to your computer and use it in GitHub Desktop.
# of course, replace $account_id with the account I'D
# and $ofx_filename with the ofx filename
curl -sS \
-F "account_uri=/accounts/$account_id" \
-F "statement=@$ofx_filename" \
-u email@address.com:password \
http://localhost:3000/uploads \
> results.html
@nylen
Copy link
Author

nylen commented Aug 30, 2010

You may need to make the following change for this to work:

http://github.com/nylen/pfc/commit/687c8aa8e86d43ef9e7c2205114b47ff7a1fcde3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment