With FME 2015 was introduced the FTPCaller which allows uploading data to FTP server from an attribute or file.
Some new ideas I 'd like to see in the next version of FTPCaller:
- It would be very helpful, if the transformer is able to create or delete directories on the connected ftp-server. So far, I have to still make it with PythonCaller-transformer.
- included Tester for FTP-conections. e.g.:
a) for testing, if a special file or directory exists
b) for testing, if the existing file is newer than the one i want to upload
c) etc.
So far I 'm doing these tests with the PythonCaller, but it would be desirable that it is also possible with FTPCaller.