Username and Password for FTP using Bursting
Hi,
I was able to FTP the file to the desired server using the below command:
<xapi:ftp id="ftp_delivery" server="XXXX" user="domain/username" password="pass" remote-directory="Reports" remote-file="XXXX_1234.xls"/>
But I dont want to mention the password in this file. Is there a way to mention the username and password somewhere else e.g. in a config file and not hardcoding here?