I'm trying to transfer some files in a tmp dir then rename tmp dir to 'live' dir. It seems ANT FTP does not support directory rename. Any suggestion, work around?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Interesting problem. I did not realise how restricted the ANT ftp task was, only a limited range of ftp operations are supported. The best work-around I can offer is to use an embedded groovy script as follows:
Notes:
|
|||
|
|