Add the text contained between the start and end mark, to the file informed in the name attribute. If this file does not exist, it is created.

1 ftp.print

<ftp.print encoding='encoding'/>
Example

Print by screen the name of the work directory.

Copy
<xsql-script name='ftp_pwd_sample1'>
    <body>
        <ftp host='192.168.10.1' user='ftpuser' password='ftpdeister'>
            <print><ftp.pwd /></print>
        </ftp>
    </body>
</xsql-script>

The directory name visualized in the console would be:

Copy
/