Page 1 of 1

FTPRush 2.1.4 RushApp.FTP.Transfer problem

Posted: Thu Mar 31, 2011 9:05 am
by wfifi
my task script:
RushApp.FTP.Transfer(0, 'testftp', '/domino-spring/', '', '', 'D:\alltest\domino-spring\', '', RS_DOWN or RS_DIRDES or RS_DIRSRC or RS_LOGOUT, '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0);

if source folder root include build.bat and build.xml, the task run muti times, then build(1).bat build(2).bat...build(1).xml build(2).xml...in destination folder.
other files no problem.

I want no change files not to overwrite or make copies.
In fact some files(*.java) will skip, some files(build.bat and build.xml) will make copies.