1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
682 views
by brandon-w-8204 (34.1k points)
I want to be able to FTP a file to a server but leave it without an extension. Without the extension I get this error:

com.qvera.qie.exception.NoResultsException: Unable to get file name from path

1 Answer

0 votes
You need to use the .{no-extension} in the ftp path.

example "test\*.{no-extension}"

You can use this with either the qie.*WriteFile commands or the FTP destination nodes.
by brandon-w-8204 (34.1k points)
...