# replace username and password with the credentials supplied by Accountsflow # note: the password is not the API key open ftp://username:password@www.accountsflow.com.au/ option transfer binary # use these lines to get the files without deleting them from the server # you will need one line for each Location used in Idealpos # for example, if your Locations in POS are called BAR and BACK OFFICE: # get -delete "/Location 1/"* "c:\Invoices\*{BAR}.INV" # get -delete "/Location 2/"* "c:\Invoices\*{BACK OFFICE}.INV" # check with AccountsFlow for specific info on the folders they have set up for you # in the example below, they are set as /Location 1/ and /Location 2/ but this may vary get -delete "/Location 1/"* "c:\Invoices\*{IDEALPOS LOCATION NAME 1}.INV" get -delete "/Location 2/"* "c:\Invoices\*{IDEALPOS LOCATION NAME 2}.INV" exit