简体   繁体   中英

How to setup Ant script to copy files from mac to windows?

I am trying to setup Continuous integration for my IOS project. Jenkins is running on windows. Goes off calling ant script on mac. Once the builds run on mac I need the reports to be copied back to windows Jenkins reports folder. I couldn't do it using ant scp task from windows because it just allows us to put files from windows to mac but not the other way. Are there any other light weight alternatives?

Thanks, Lalith

您可以在Windows框上设置FTP服务器,然后使用ant FTP任务来传输文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM