Hello Dol,
table SYSTEM.FTP_SERVER is no table in a HANA "standard" instance, therefore it is also not available in the HCP HANA trial instance. As far as I know that table was a special table in a previous HANA Dev Center Edition offered by CloudShare. With the help of that table and some additional things CSV file upload was possible.
In the HCP HANA trial instance you
- cannot use SYSTEM.FTP_SERVER, because it does not exist
- cannot use IMPORT statement, because you do not have the IMPORT system privilege and you will not get it on the trial landscape.
Either you use the Import functionality within Eclipse HANA Tools or you write a e.g. Node.js or Python program which uploads your data via a DB tunnel to your HANA instance. One other option would be to use a Table Import configuration (HDBTI).
Best Regards,
Florian