Login
Register
Home
Q&A
Questions
Tags
1.2k
questions
1.4k
answers
361
comments
339
users
Categories
All categories
Send feedback
Sidebar
Can I overwrite a file if it exists on FTP server
0
votes
1.4K
views
asked
Apr 12, 2016
by
brandon-w-8204
(
34.1k
points)
If a file already exists on a FTP server can I overwrite the file with the new copy.
ftp
overwrite
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
It looks like there is an option within camel FTP, which QIE uses (see
http://camel.apache.org/file2.html
).
Try adding the following Custom Apache Camel parameter:
fileExist=Override
See the following example:
answered
Apr 12, 2016
by
brandon-w-8204
(
34.1k
points)
Please
log in
or
register
to add a comment.
...