Configure urls to enable browsing an FTP site. For example:

<mc
...
	<adminInterface>
        <folders>
            <folder id="ftpsite" name="Link to Ftp server">
                <url>sftp://localhost/importfiles</url>
            </folder>
...
		</folders>
...
	</adminInterface>
</mc>


If this value is configured, the URL will be displayed on the page as follows.


  • No labels