Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
String TRANSFER_MODES = "Transfer_Modes";


The client will use the URL that is provided in the PowerFolder.config under "provider.url.wiki=wiki.powerfolder.com " and combines it with the string "String TRANSFER_MODES = "Transfer_Modes";" so the result would be: http://wiki.powerfolder.com/Transfer_Modes.

There are two ways to handle these URIs:

...