
Not applicable
2016-10-31
09:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Delete file from FTP after load
Good day.
We have an issue with load from remote FTP:
our partners give us access to their ftp where they deploy daily XML files, with one condition: we should delete files after load.
It`s easy to load from, like:
campaign:
LOAD *
FROM [ftp://login:password@host/file.xml] (XmlSimple, Table is [campaigns/campaign]);
But I confused by second part of task.
How can we remove files after loading? I will be very grateful for any ideas.
662 Views
1 Reply

Not applicable
2016-11-15
12:21 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I used standart windows shell ftp client through the exec command in QV script.
498 Views
