Symbolic Links in FTP

Note for future myself: FTP doesn't supports symbolic linking, when you have to create a link in a folder just create a PHP file in the same folder as

<?php
symlink('original_file', 'link_file');

and run it through the browser.