Publishing with madbuild.exe

This forum is for all Flare issues not related to any of the other categories.
Post Reply
olopeich
Jr. Propeller Head
Posts: 4
Joined: Tue Aug 25, 2020 1:19 am

Publishing with madbuild.exe

Post by olopeich »

Hi there!

I'm trying to publish to an ftp server from the command line with madbuild.exe but I'm unable to transfer the files when the build is finished.

My command line is something like this:

madbuild.exe -project project.flprj -target target.fltar -credentials "{\"https://111.1.1.1/pppp\": {\"username\":\"mysser\", \"password\": \"mypass\"}}"

It's quite simple but if the target target.fltar doesn't have a destination assigned in Flare, the app shows "Publish skipped: No destination selected". If I assign a destination file it seems like madbuild.exe uses this destination data, and not the data I'm passing it in the command line.

Is it possible to publish in a different place from the command line? if not, what is the purpose of -credentials?

I also tried with a json with the same outcome.

Thans in advance
Post Reply