Add file "data.xml" to the folder with .exe with the following contents:
<?xml version="1.0"?>
<FTP_Data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>IP HERE</Name>
<Port>PORT HERE</Port>
<Username>FTP USERNAME HERE</Username>
<Password>FTP PASSWORD HERE</Password>
</FTP_Data>Then transfer the necessary files to the same folder and transfer them to the executable file.