Versions Compared

Key

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

...

Info
titleNote

A rule's local, remote, and temporary paths must not be confused with its (virtual) path. The virtual path is only used to identify the rule and not to calculate the actual file paths.


Let's take the example of an incoming transfer where the UDMG Server acts as a server. The file to be transferred is file.txt.

...

Client transfers also work in a similar way, but without the server-specific folders.

Inbound client transfer:

udmg-server

root folder

udmg-server

“in” folder

Transfer Rule

local folder

Final file path

/root

in


/root/in/file.txt

/root

/in


/in/file.txt

/root

not applicable

rule_local

/root/rule_local/file.txt

/rootnot applicable/rule_local/rule_local/file.txt

Outbound client transfer:

udmg-server

root folder

udmg-server

“out” folder

Transfer Rule

local folder

Final file path

/root

out


/root/out/file.txt

/root

/out


/out/file.txt

/root

not applicable

rule_local

/root/rule_local/file.txt

/rootnot applicable/rule_local/rule_local/file.txt

...