DOpus 10: Argument variable for ftp path?

Hi, when the Lister shows a FTP directory, the argument variable {filepath} for a selected file always produces a file-path from the local TEMP directory:

So what argument variable do I need to get the actual ftp file-path. e.g.:

ftp://myftphost/dir1/subdir1/php-1.php

Thanks for the help!

The @modifiers menu in the (advanced) button editor has one called something like @nolocalizepaths. Add that on a line by itself at the start of the command.

Thank you very much for the hint, Leo!

@nolocalizefiles works as desired.