Page 1 of 1

Do intent.putExtra's exist for Skip, Overwrite, and Retry?

Posted: Fri Oct 25, 2013 5:30 pm
by ferrari692
I know there are options inside the application to choose Skip, Overwrite, or Retry for a saved connection. However, I can't find any documentation about Intent putExtra options for these features. Do they exist? Thanks

Re: Do intent.putExtra's exist for Skip, Overwrite, and Retr

Posted: Mon Oct 28, 2013 5:47 pm
by support
It should work but we've not tested it (that's why it's not documented yet).
The key is "ftp_overwrite" and possible values are "overwrite", "skip", "prompt".

Try it and let me know if it works as you need.