FTPRush 2.1.4 RushApp.FTP.Transfer problem

Here you can submit your bug reports for FTP Rush.
Post Reply
wfifi
Posts: 1
Joined: Thu Mar 31, 2011 8:42 am

FTPRush 2.1.4 RushApp.FTP.Transfer problem

Post 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.
Post Reply